#DEC805

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

Shades of Sunflower #DEC805

Tints of Sunflower #DEC805

Color information

#DEC805 (or 0xDEC805) is unknown color: approx Sunflower. HEX triplet: DE, C8 and 05. RGB value is (222,200,5). Sum of RGB (Red+Green+Blue) = 222+200+5=427 (56% of max value = 765). Red value is 222 (87.11% from 255 or 51.99% from 427); Green value is 200 (78.52% from 255 or 46.84% from 427); Blue value is 5 (2.34% from 255 or 1.17% from 427); Max value from RGB is 222 - color contains mainly: red. Hex color #DEC805 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DEC805 is #2137FA. Grayscale: #B9B9B9. Windows color (decimal): -2177019 or 379102. OLE color: 379102.

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

Color convert

RGB2222005-
CMYK00.100.980.13
HSL53.92º95.59%44.51%-
HSV(B)53.92º97.75%87.06%-
XYZ50.8156.858.44-
YUV184.3526.79154.86-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 51.99%
GREEN value IS 200 (78.52% from 255) = 46.84%
BLUE value IS 5 (2.34% from 255) = 1.17%
R=51.99%
G=46.84%
B=1.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.98
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal222200500.100.980.1353.9295.5944.51
HexDEC850A62D36602d
Octal3363105012142156614055
Binary110111101100100010101010110001011011101101100000101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DEC805

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DEC805; }

 p { color: rgb(222,200,5); }

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

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

 a { background-color: rgb(222,200,5); }

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

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

 span { border-color: rgb(222,200,5); }

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