#DED200

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

Shades of Bird Flower #DED200

Tints of Bird Flower #DED200

Color information

#DED200 (or 0xDED200) is unknown color: approx Bird Flower. HEX triplet: DE, D2 and 00. RGB value is (222,210,0). Sum of RGB (Red+Green+Blue) = 222+210+0=432 (57% of max value = 765). Red value is 222 (87.11% from 255 or 51.39% from 432); Green value is 210 (82.42% from 255 or 48.61% from 432); Blue value is 0 (0.39% from 255 or 0% from 432); Max value from RGB is 222 - color contains mainly: red. Hex color #DED200 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DED200 is #212DFF. Grayscale: #BEBEBE. Windows color (decimal): -2174464 or 53982. OLE color: 53982.

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

Color convert

RGB2222100-
CMYK00.0510.13
HSL56.76º100%43.53%-
HSV(B)56.76º100%87.06%-
XYZ53.1761.629.09-
YUV189.6520.98151.08-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 51.39%
GREEN value IS 210 (82.42% from 255) = 48.61%
BLUE value IS 0 (0.39% from 255) = 0%
R=51.39%
G=48.61%
B=0%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 1
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal222210000.0510.1356.7610043.53
HexDED200564D39642c
Octal336322005144157114454
Binary110111101101001000101110010011011110011100100101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DED200

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DED200; }

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

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

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

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

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

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

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

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