#DECC00

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

Shades of Bird Flower #DECC00

Tints of Bird Flower #DECC00

Color information

#DECC00 (or 0xDECC00) is unknown color: approx Bird Flower. HEX triplet: DE, CC and 00. RGB value is (222,204,0). Sum of RGB (Red+Green+Blue) = 222+204+0=426 (56% of max value = 765). Red value is 222 (87.11% from 255 or 52.11% from 426); Green value is 204 (80.08% from 255 or 47.89% from 426); Blue value is 0 (0.39% from 255 or 0% from 426); Max value from RGB is 222 - color contains mainly: red. Hex color #DECC00 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DECC00 is #2133FF. Grayscale: #BABABA. Windows color (decimal): -2176000 or 52446. OLE color: 52446.

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

Color convert

RGB2222040-
CMYK00.0810.13
HSL55.14º100%43.53%-
HSV(B)55.14º100%87.06%-
XYZ51.7258.728.61-
YUV186.1322.96153.59-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 52.11%
GREEN value IS 204 (80.08% from 255) = 47.89%
BLUE value IS 0 (0.39% from 255) = 0%
R=52.11%
G=47.89%
B=0%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 1
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal222204000.0810.1355.1410043.53
HexDECC00864D37642c
Octal3363140010144156714454
Binary1101111011001100001000110010011011101111100100101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DECC00

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DECC00; }

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

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

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

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

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

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

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

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