#DEC110

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

Shades of Sunflower #DEC110

Tints of Sunflower #DEC110

Color information

#DEC110 (or 0xDEC110) is unknown color: approx Sunflower. HEX triplet: DE, C1 and 10. RGB value is (222,193,16). Sum of RGB (Red+Green+Blue) = 222+193+16=431 (57% of max value = 765). Red value is 222 (87.11% from 255 or 51.51% from 431); Green value is 193 (75.78% from 255 or 44.78% from 431); Blue value is 16 (6.64% from 255 or 3.71% from 431); Max value from RGB is 222 - color contains mainly: red. Hex color #DEC110 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DEC110 is #213EEF. Grayscale: #B6B6B6. Windows color (decimal): -2178800 or 1098206. OLE color: 1098206.

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

Color convert

RGB22219316-
CMYK00.130.930.13
HSL51.55º86.55%46.67%-
HSV(B)51.55º92.79%87.06%-
XYZ49.2953.718.26-
YUV181.4934.61156.89-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 51.51%
GREEN value IS 193 (75.78% from 255) = 44.78%
BLUE value IS 16 (6.64% from 255) = 3.71%
R=51.51%
G=44.78%
B=3.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.93
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2221931600.130.930.1351.5586.5546.67
HexDEC1100D5DD34572f
Octal33630120015135156412757
Binary11011110110000011000001101101110111011101001010111101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DEC110

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DEC110; }

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

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

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

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

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

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

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

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