#DEC000

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

Shades of Sunflower #DEC000

Tints of Sunflower #DEC000

Color information

#DEC000 (or 0xDEC000) is unknown color: approx Sunflower. HEX triplet: DE, C0 and 00. RGB value is (222,192,0). Sum of RGB (Red+Green+Blue) = 222+192+0=414 (54% of max value = 765). Red value is 222 (87.11% from 255 or 53.62% from 414); Green value is 192 (75.39% from 255 or 46.38% from 414); Blue value is 0 (0.39% from 255 or 0% from 414); Max value from RGB is 222 - color contains mainly: red. Hex color #DEC000 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DEC000 is #213FFF. Grayscale: #B3B3B3. Windows color (decimal): -2179072 or 49374. OLE color: 49374.

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

Color convert

RGB2221920-
CMYK00.1410.13
HSL51.89º100%43.53%-
HSV(B)51.89º100%87.06%-
XYZ48.9753.237.69-
YUV179.0826.94158.61-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 53.62%
GREEN value IS 192 (75.39% from 255) = 46.38%
BLUE value IS 0 (0.39% from 255) = 0%
R=53.62%
G=46.38%
B=0%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 1
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal222192000.1410.1351.8910043.53
HexDEC000E64D34642c
Octal3363000016144156414454
Binary1101111011000000001110110010011011101001100100101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DEC000

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DEC000; }

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

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

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

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

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

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

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

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