#DEB312

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

Shades of Sunflower #DEB312

Tints of Sunflower #DEB312

Color information

#DEB312 (or 0xDEB312) is unknown color: approx Sunflower. HEX triplet: DE, B3 and 12. RGB value is (222,179,18). Sum of RGB (Red+Green+Blue) = 222+179+18=419 (55% of max value = 765). Red value is 222 (87.11% from 255 or 52.98% from 419); Green value is 179 (70.31% from 255 or 42.72% from 419); Blue value is 18 (7.42% from 255 or 4.30% from 419); Max value from RGB is 222 - color contains mainly: red. Hex color #DEB312 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DEB312 is #214CED. Grayscale: #AEAEAE. Windows color (decimal): -2182382 or 1225694. OLE color: 1225694.

HSL color Cylindrical-coordinate representation of color #DEB312: hue angle of 47.35º degrees, saturation: 0.85, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #DEB312 is Cyan = 0, Magento = 0.19, Yellow = 0.92 and Black (K on CMYK) = 0.13.

Color convert

RGB22217918-
CMYK00.190.920.13
HSL47.35º85%47.06%-
HSV(B)47.35º91.89%87.06%-
XYZ46.3547.817.36-
YUV173.540.25162.59-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 52.98%
GREEN value IS 179 (70.31% from 255) = 42.72%
BLUE value IS 18 (7.42% from 255) = 4.30%
R=52.98%
G=42.72%
B=4.30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.92
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2221791800.190.920.1347.358547.06
HexDEB3120135CD2f552f
Octal33626322023134155712557
Binary110111101011001110010010011101110011011011111010101101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DEB312

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DEB312; }

 p { color: rgb(222,179,18); }

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

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

 a { background-color: rgb(222,179,18); }

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

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

 span { border-color: rgb(222,179,18); }

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