#DED307

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

Shades of Bird Flower #DED307

Tints of Bird Flower #DED307

Color information

#DED307 (or 0xDED307) is unknown color: approx Bird Flower. HEX triplet: DE, D3 and 07. RGB value is (222,211,7). Sum of RGB (Red+Green+Blue) = 222+211+7=440 (58% of max value = 765). Red value is 222 (87.11% from 255 or 50.45% from 440); Green value is 211 (82.81% from 255 or 47.95% from 440); Blue value is 7 (3.12% from 255 or 1.59% from 440); Max value from RGB is 222 - color contains mainly: red. Hex color #DED307 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DED307 is #212CF8. Grayscale: #BFBFBF. Windows color (decimal): -2174201 or 512990. OLE color: 512990.

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

Color convert

RGB2222117-
CMYK00.050.970.13
HSL56.93º93.89%44.9%-
HSV(B)56.93º96.85%87.06%-
XYZ53.4662.139.38-
YUV191.0324.14150.09-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 50.45%
GREEN value IS 211 (82.81% from 255) = 47.95%
BLUE value IS 7 (3.12% from 255) = 1.59%
R=50.45%
G=47.95%
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
Decimal222211700.050.970.1356.9393.8944.9
HexDED370561D395e2d
Octal336323705141157113655
Binary11011110110100111110101110000111011110011011110101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DED307

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DED307; }

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

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

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

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

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

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

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

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