#DDB604

Color #DDB604 Sunflower (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Sunflower #DDB604

Tints of Sunflower #DDB604

Color information

#DDB604 (or 0xDDB604) is unknown color: approx Sunflower. HEX triplet: DD, B6 and 04. RGB value is (221,182,4). Sum of RGB (Red+Green+Blue) = 221+182+4=407 (53% of max value = 765). Red value is 221 (86.72% from 255 or 54.30% from 407); Green value is 182 (71.48% from 255 or 44.72% from 407); Blue value is 4 (1.95% from 255 or 0.98% from 407); Max value from RGB is 221 - color contains mainly: red. Hex color #DDB604 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DDB604 is #2249FB. Grayscale: #AEAEAE. Windows color (decimal): -2247164 or 308957. OLE color: 308957.

HSL color Cylindrical-coordinate representation of color #DDB604: hue angle of 49.22º degrees, saturation: 0.96, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #DDB604 is Cyan = 0, Magento = 0.18, Yellow = 0.98 and Black (K on CMYK) = 0.13.

Color convert

RGB2211824-
CMYK00.180.980.13
HSL49.22º96.44%44.12%-
HSV(B)49.22º98.19%86.67%-
XYZ46.5748.847.09-
YUV173.3732.42161.97-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 221 (86.72% from 255) = 54.30%
GREEN value IS 182 (71.48% from 255) = 44.72%
BLUE value IS 4 (1.95% from 255) = 0.98%
R=54.30%
G=44.72%
B=0.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.98
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal221182400.180.980.1349.2296.4444.12
HexDDB6401262D31602c
Octal3352664022142156114054
Binary1101110110110110100010010110001011011100011100000101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDB604

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDB604; }

 p { color: rgb(221,182,4); }

 H1.HeaderClassName
 {
   color: #DDB604;
 }
 .AnyTagClassName
 {
   color: #DDB604;
 }
</style>
background-color css

<style>
 a { background-color: #DDB604; }

 a { background-color: rgb(221,182,4); }

 div.DivClassName
 {
   background-color: #DDB604;
 }
 .BgClassName
 {
   background-color: #DDB604;
 }
</style>
border-color css

<style>
 span { border-color: #DDB604; }

 span { border-color: rgb(221,182,4); }

 td.TdClassName
 {
   border-color: #DDB604;
 }
 .TagClassName
 {
   border-color: #DDB604;
 }
</style>