#DED706

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

Shades of Bird Flower #DED706

Tints of Bird Flower #DED706

Color information

#DED706 (or 0xDED706) is unknown color: approx Bird Flower. HEX triplet: DE, D7 and 06. RGB value is (222,215,6). Sum of RGB (Red+Green+Blue) = 222+215+6=443 (58% of max value = 765). Red value is 222 (87.11% from 255 or 50.11% from 443); Green value is 215 (84.38% from 255 or 48.53% from 443); Blue value is 6 (2.73% from 255 or 1.35% from 443); Max value from RGB is 222 - color contains mainly: red. Hex color #DED706 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DED706 is #2128F9. Grayscale: #C2C2C2. Windows color (decimal): -2173178 or 448478. OLE color: 448478.

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

Color convert

RGB2222156-
CMYK00.030.970.13
HSL58.06º94.74%44.71%-
HSV(B)58.06º97.3%87.06%-
XYZ54.4664.149.68-
YUV193.2722.32148.49-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 50.11%
GREEN value IS 215 (84.38% from 255) = 48.53%
BLUE value IS 6 (2.73% from 255) = 1.35%
R=50.11%
G=48.53%
B=1.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.97
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal222215600.030.970.1358.0694.7444.71
HexDED760361D3a5f2d
Octal336327603141157213755
Binary1101111011010111110011110000111011110101011111101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DED706

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DED706; }

 p { color: rgb(222,215,6); }

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

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

 a { background-color: rgb(222,215,6); }

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

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

 span { border-color: rgb(222,215,6); }

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