#DED80A

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

Shades of Bird Flower #DED80A

Tints of Bird Flower #DED80A

Color information

#DED80A (or 0xDED80A) is unknown color: approx Bird Flower. HEX triplet: DE, D8 and 0A. RGB value is (222,216,10). Sum of RGB (Red+Green+Blue) = 222+216+10=448 (59% of max value = 765). Red value is 222 (87.11% from 255 or 49.55% from 448); Green value is 216 (84.77% from 255 or 48.21% from 448); Blue value is 10 (4.30% from 255 or 2.23% from 448); Max value from RGB is 222 - color contains mainly: red. Hex color #DED80A is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DED80A is #2127F5. Grayscale: #C3C3C3. Windows color (decimal): -2172918 or 710878. OLE color: 710878.

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

Color convert

RGB22221610-
CMYK00.030.950.13
HSL58.3º91.38%45.49%-
HSV(B)58.3º95.5%87.06%-
XYZ54.7364.669.88-
YUV194.3123.99147.75-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 49.55%
GREEN value IS 216 (84.77% from 255) = 48.21%
BLUE value IS 10 (4.30% from 255) = 2.23%
R=49.55%
G=48.21%
B=2.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.95
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2222161000.030.950.1358.391.3845.49
HexDED8A035FD3a5b2d
Octal3363301203137157213355
Binary11011110110110001010011101111111011110101011011101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DED80A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DED80A; }

 p { color: rgb(222,216,10); }

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

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

 a { background-color: rgb(222,216,10); }

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

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

 span { border-color: rgb(222,216,10); }

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