#DEC81E

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

Shades of Sunflower #DEC81E

Tints of Sunflower #DEC81E

Color information

#DEC81E (or 0xDEC81E) is unknown color: approx Sunflower. HEX triplet: DE, C8 and 1E. RGB value is (222,200,30). Sum of RGB (Red+Green+Blue) = 222+200+30=452 (59% of max value = 765). Red value is 222 (87.11% from 255 or 49.12% from 452); Green value is 200 (78.52% from 255 or 44.25% from 452); Blue value is 30 (12.11% from 255 or 6.64% from 452); Max value from RGB is 222 - color contains mainly: red. Hex color #DEC81E is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DEC81E is #2137E1. Grayscale: #BBBBBB. Windows color (decimal): -2176994 or 2017502. OLE color: 2017502.

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

Color convert

RGB22220030-
CMYK00.100.860.13
HSL53.12º76.19%49.41%-
HSV(B)53.12º86.49%87.06%-
XYZ51.0156.939.53-
YUV187.239.29152.82-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 49.12%
GREEN value IS 200 (78.52% from 255) = 44.25%
BLUE value IS 30 (12.11% from 255) = 6.64%
R=49.12%
G=44.25%
B=6.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.86
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2222003000.100.860.1353.1276.1949.41
HexDEC81E0A56D354c31
Octal33631036012126156511461
Binary11011110110010001111001010101011011011101011001100110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DEC81E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DEC81E; }

 p { color: rgb(222,200,30); }

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

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

 a { background-color: rgb(222,200,30); }

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

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

 span { border-color: rgb(222,200,30); }

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