#DEC512

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

Shades of Sunflower #DEC512

Tints of Sunflower #DEC512

Color information

#DEC512 (or 0xDEC512) is unknown color: approx Sunflower. HEX triplet: DE, C5 and 12. RGB value is (222,197,18). Sum of RGB (Red+Green+Blue) = 222+197+18=437 (57% of max value = 765). Red value is 222 (87.11% from 255 or 50.80% from 437); Green value is 197 (77.34% from 255 or 45.08% from 437); Blue value is 18 (7.42% from 255 or 4.12% from 437); Max value from RGB is 222 - color contains mainly: red. Hex color #DEC512 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DEC512 is #213AED. Grayscale: #B8B8B8. Windows color (decimal): -2177774 or 1230302. OLE color: 1230302.

HSL color Cylindrical-coordinate representation of color #DEC512: hue angle of 52.65º 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 #DEC512 is Cyan = 0, Magento = 0.11, Yellow = 0.92 and Black (K on CMYK) = 0.13.

Color convert

RGB22219718-
CMYK00.110.920.13
HSL52.65º85%47.06%-
HSV(B)52.65º91.89%87.06%-
XYZ50.255.518.64-
YUV184.0734.28155.05-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 50.80%
GREEN value IS 197 (77.34% from 255) = 45.08%
BLUE value IS 18 (7.42% from 255) = 4.12%
R=50.80%
G=45.08%
B=4.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.92
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2221971800.110.920.1352.658547.06
HexDEC5120B5CD35552f
Octal33630522013134156512557
Binary11011110110001011001001011101110011011101011010101101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DEC512

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DEC512; }

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

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

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

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

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

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

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

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