#DECE00

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

Shades of Bird Flower #DECE00

Tints of Bird Flower #DECE00

Color information

#DECE00 (or 0xDECE00) is unknown color: approx Bird Flower. HEX triplet: DE, CE and 00. RGB value is (222,206,0). Sum of RGB (Red+Green+Blue) = 222+206+0=428 (56% of max value = 765). Red value is 222 (87.11% from 255 or 51.87% from 428); Green value is 206 (80.86% from 255 or 48.13% from 428); Blue value is 0 (0.39% from 255 or 0% from 428); Max value from RGB is 222 - color contains mainly: red. Hex color #DECE00 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DECE00 is #2131FF. Grayscale: #BCBCBC. Windows color (decimal): -2175488 or 52958. OLE color: 52958.

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

Color convert

RGB2222060-
CMYK00.0710.13
HSL55.68º100%43.53%-
HSV(B)55.68º100%87.06%-
XYZ52.259.678.77-
YUV187.322.3152.75-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 51.87%
GREEN value IS 206 (80.86% from 255) = 48.13%
BLUE value IS 0 (0.39% from 255) = 0%
R=51.87%
G=48.13%
B=0%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 1
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal222206000.0710.1355.6810043.53
HexDECE00764D38642c
Octal336316007144157014454
Binary110111101100111000111110010011011110001100100101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DECE00

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DECE00; }

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

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

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

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

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

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

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

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