#DEC013

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

Shades of Sunflower #DEC013

Tints of Sunflower #DEC013

Color information

#DEC013 (or 0xDEC013) is unknown color: approx Sunflower. HEX triplet: DE, C0 and 13. RGB value is (222,192,19). Sum of RGB (Red+Green+Blue) = 222+192+19=433 (57% of max value = 765). Red value is 222 (87.11% from 255 or 51.27% from 433); Green value is 192 (75.39% from 255 or 44.34% from 433); Blue value is 19 (7.81% from 255 or 4.39% from 433); Max value from RGB is 222 - color contains mainly: red. Hex color #DEC013 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DEC013 is #213FEC. Grayscale: #B5B5B5. Windows color (decimal): -2179053 or 1294558. OLE color: 1294558.

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

Color convert

RGB22219219-
CMYK00.140.910.13
HSL51.13º84.23%47.25%-
HSV(B)51.13º91.44%87.06%-
XYZ49.0953.288.31-
YUV181.2536.44157.07-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 51.27%
GREEN value IS 192 (75.39% from 255) = 44.34%
BLUE value IS 19 (7.81% from 255) = 4.39%
R=51.27%
G=44.34%
B=4.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.91
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2221921900.140.910.1351.1384.2347.25
HexDEC0130E5BD33542f
Octal33630023016133156312457
Binary11011110110000001001101110101101111011100111010100101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DEC013

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DEC013; }

 p { color: rgb(222,192,19); }

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

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

 a { background-color: rgb(222,192,19); }

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

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

 span { border-color: rgb(222,192,19); }

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