#DEB506

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

Shades of Sunflower #DEB506

Tints of Sunflower #DEB506

Color information

#DEB506 (or 0xDEB506) is unknown color: approx Sunflower. HEX triplet: DE, B5 and 06. RGB value is (222,181,6). Sum of RGB (Red+Green+Blue) = 222+181+6=409 (54% of max value = 765). Red value is 222 (87.11% from 255 or 54.28% from 409); Green value is 181 (71.09% from 255 or 44.25% from 409); Blue value is 6 (2.73% from 255 or 1.47% from 409); Max value from RGB is 222 - color contains mainly: red. Hex color #DEB506 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DEB506 is #214AF9. Grayscale: #AEAEAE. Windows color (decimal): -2181882 or 439774. OLE color: 439774.

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

Color convert

RGB2221816-
CMYK00.180.970.13
HSL48.61º94.74%44.71%-
HSV(B)48.61º97.3%87.06%-
XYZ46.6848.597.09-
YUV173.3133.58162.73-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 54.28%
GREEN value IS 181 (71.09% from 255) = 44.25%
BLUE value IS 6 (2.73% from 255) = 1.47%
R=54.28%
G=44.25%
B=1.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.97
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal222181600.180.970.1348.6194.7444.71
HexDEB5601261D315f2d
Octal3362656022141156113755
Binary1101111010110101110010010110000111011100011011111101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DEB506

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DEB506; }

 p { color: rgb(222,181,6); }

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

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

 a { background-color: rgb(222,181,6); }

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

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

 span { border-color: rgb(222,181,6); }

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