#DED201

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

Shades of Bird Flower #DED201

Tints of Bird Flower #DED201

Color information

#DED201 (or 0xDED201) is unknown color: approx Bird Flower. HEX triplet: DE, D2 and 01. RGB value is (222,210,1). Sum of RGB (Red+Green+Blue) = 222+210+1=433 (57% of max value = 765). Red value is 222 (87.11% from 255 or 51.27% from 433); Green value is 210 (82.42% from 255 or 48.50% from 433); Blue value is 1 (0.78% from 255 or 0.23% from 433); Max value from RGB is 222 - color contains mainly: red. Hex color #DED201 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DED201 is #212DFE. Grayscale: #BEBEBE. Windows color (decimal): -2174463 or 119518. OLE color: 119518.

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

Color convert

RGB2222101-
CMYK00.051.000.13
HSL56.74º99.1%43.73%-
HSV(B)56.74º99.55%87.06%-
XYZ53.1861.629.12-
YUV189.7621.48150.99-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 51.27%
GREEN value IS 210 (82.42% from 255) = 48.50%
BLUE value IS 1 (0.78% from 255) = 0.23%
R=51.27%
G=48.50%
B=0.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 1.00
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal222210100.051.000.1356.7499.143.73
HexDED210564D39632c
Octal336322105144157114354
Binary110111101101001010101110010011011110011100011101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DED201

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DED201; }

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

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

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

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

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

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

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

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