#DED207

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

Shades of Bird Flower #DED207

Tints of Bird Flower #DED207

Color information

#DED207 (or 0xDED207) is unknown color: approx Bird Flower. HEX triplet: DE, D2 and 07. RGB value is (222,210,7). Sum of RGB (Red+Green+Blue) = 222+210+7=439 (58% of max value = 765). Red value is 222 (87.11% from 255 or 50.57% from 439); Green value is 210 (82.42% from 255 or 47.84% from 439); Blue value is 7 (3.12% from 255 or 1.59% from 439); Max value from RGB is 222 - color contains mainly: red. Hex color #DED207 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DED207 is #212DF8. Grayscale: #BFBFBF. Windows color (decimal): -2174457 or 512734. OLE color: 512734.

HSL color Cylindrical-coordinate representation of color #DED207: hue angle of 56.65º degrees, saturation: 0.94, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #DED207 is Cyan = 0, Magento = 0.05, Yellow = 0.97 and Black (K on CMYK) = 0.13.

Color convert

RGB2222107-
CMYK00.050.970.13
HSL56.65º93.89%44.9%-
HSV(B)56.65º96.85%87.06%-
XYZ53.2161.649.29-
YUV190.4524.48150.51-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 50.57%
GREEN value IS 210 (82.42% from 255) = 47.84%
BLUE value IS 7 (3.12% from 255) = 1.59%
R=50.57%
G=47.84%
B=1.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.97
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal222210700.050.970.1356.6593.8944.9
HexDED270561D395e2d
Octal336322705141157113655
Binary11011110110100101110101110000111011110011011110101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DED207

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DED207; }

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

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

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

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

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

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

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

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