Html Css Color HEX #DECC00 Bird Flower

📋 copy color: '#DECC00'

red 222 ◦ green 204 ◦ blue 0

#DECC00
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Bird Flower #DECC00

Tints of Bird Flower #DECC00

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 value IS 0

 M value IS 0.08

 Y value IS 1

 K value IS 0.13

RGB Variations

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

Color information

#DECC00 (or 0xDECC00) is known color: 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

RGB 222 204 0 -
CMYK 0 0.08 1 0.13
HSL 55.14º 1% 0.44% -
HSV(B) 55.14º 1% 0.87% -
XYZ 51.72 58.72 8.61 -
YUV 186.13 22.96 153.59 -
System Red Green Blue C M Y K H S L
Decimal 222 204 0 0 0.08 1 0.13 55.14 1 0.44
Hex DE CC 0 0 8 64 D 37 64 2C
Octal 336 314 0 0 10 144 15 67 144 54
Binary 11011110 11001100 0 0 1000 1100100 1101 110111 1100100 101100

Color Harmonies of #DECC00

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DECC00

Black with #DECC00

Text Example


Text Example

White with #DECC00

Text Example


Text Example

HTML Codes & Css Web 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>