#DEC417

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

Shades of Sunflower #DEC417

Tints of Sunflower #DEC417

Color information

#DEC417 (or 0xDEC417) is unknown color: approx Sunflower. HEX triplet: DE, C4 and 17. RGB value is (222,196,23). Sum of RGB (Red+Green+Blue) = 222+196+23=441 (58% of max value = 765). Red value is 222 (87.11% from 255 or 50.34% from 441); Green value is 196 (76.95% from 255 or 44.44% from 441); Blue value is 23 (9.38% from 255 or 5.22% from 441); Max value from RGB is 222 - color contains mainly: red. Hex color #DEC417 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DEC417 is #213BE8. Grayscale: #B8B8B8. Windows color (decimal): -2178025 or 1557726. OLE color: 1557726.

HSL color Cylindrical-coordinate representation of color #DEC417: hue angle of 52.16º degrees, saturation: 0.81, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #DEC417 is Cyan = 0, Magento = 0.12, Yellow = 0.90 and Black (K on CMYK) = 0.13.

Color convert

RGB22219623-
CMYK00.120.900.13
HSL52.16º81.22%48.04%-
HSV(B)52.16º89.64%87.06%-
XYZ50.0255.078.8-
YUV184.0537.11155.07-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 50.34%
GREEN value IS 196 (76.95% from 255) = 44.44%
BLUE value IS 23 (9.38% from 255) = 5.22%
R=50.34%
G=44.44%
B=5.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.90
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2221962300.120.900.1352.1681.2248.04
HexDEC4170C5AD345130
Octal33630427014132156412160
Binary11011110110001001011101100101101011011101001010001110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DEC417

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DEC417; }

 p { color: rgb(222,196,23); }

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

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

 a { background-color: rgb(222,196,23); }

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

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

 span { border-color: rgb(222,196,23); }

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