#DEC113

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

Shades of Sunflower #DEC113

Tints of Sunflower #DEC113

Color information

#DEC113 (or 0xDEC113) is unknown color: approx Sunflower. HEX triplet: DE, C1 and 13. RGB value is (222,193,19). Sum of RGB (Red+Green+Blue) = 222+193+19=434 (57% of max value = 765). Red value is 222 (87.11% from 255 or 51.15% from 434); Green value is 193 (75.78% from 255 or 44.47% from 434); Blue value is 19 (7.81% from 255 or 4.38% from 434); Max value from RGB is 222 - color contains mainly: red. Hex color #DEC113 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DEC113 is #213EEC. Grayscale: #B6B6B6. Windows color (decimal): -2178797 or 1294814. OLE color: 1294814.

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

Color convert

RGB22219319-
CMYK00.130.910.13
HSL51.43º84.23%47.25%-
HSV(B)51.43º91.44%87.06%-
XYZ49.3153.728.39-
YUV181.8336.11156.65-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 51.15%
GREEN value IS 193 (75.78% from 255) = 44.47%
BLUE value IS 19 (7.81% from 255) = 4.38%
R=51.15%
G=44.47%
B=4.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.91
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2221931900.130.910.1351.4384.2347.25
HexDEC1130D5BD33542f
Octal33630123015133156312457
Binary11011110110000011001101101101101111011100111010100101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DEC113

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DEC113; }

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

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

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

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

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

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

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

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