#DEC40F

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

Shades of Sunflower #DEC40F

Tints of Sunflower #DEC40F

Color information

#DEC40F (or 0xDEC40F) is unknown color: approx Sunflower. HEX triplet: DE, C4 and 0F. RGB value is (222,196,15). Sum of RGB (Red+Green+Blue) = 222+196+15=433 (57% of max value = 765). Red value is 222 (87.11% from 255 or 51.27% from 433); Green value is 196 (76.95% from 255 or 45.27% from 433); Blue value is 15 (6.25% from 255 or 3.46% from 433); Max value from RGB is 222 - color contains mainly: red. Hex color #DEC40F is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DEC40F is #213BF0. Grayscale: #B7B7B7. Windows color (decimal): -2178033 or 1033438. OLE color: 1033438.

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

Color convert

RGB22219615-
CMYK00.120.930.13
HSL52.46º87.34%46.47%-
HSV(B)52.46º93.24%87.06%-
XYZ49.9555.048.44-
YUV183.1433.11155.72-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 51.27%
GREEN value IS 196 (76.95% from 255) = 45.27%
BLUE value IS 15 (6.25% from 255) = 3.46%
R=51.27%
G=45.27%
B=3.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.93
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2221961500.120.930.1352.4687.3446.47
HexDEC4F0C5DD34572e
Octal33630417014135156412756
Binary1101111011000100111101100101110111011101001010111101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DEC40F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DEC40F; }

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

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

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

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

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

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

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

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