#D0D577

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

Shades of Deco #D0D577

Tints of Deco #D0D577

Color information

#D0D577 (or 0xD0D577) is unknown color: approx Deco. HEX triplet: D0, D5 and 77. RGB value is (208,213,119). Sum of RGB (Red+Green+Blue) = 208+213+119=540 (71% of max value = 765). Red value is 208 (81.64% from 255 or 38.52% from 540); Green value is 213 (83.59% from 255 or 39.44% from 540); Blue value is 119 (46.88% from 255 or 22.04% from 540); Max value from RGB is 213 - color contains mainly: green. Hex color #D0D577 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D0D577 is #2F2A88. Grayscale: #C9C9C9. Windows color (decimal): -3091081 or 7853520. OLE color: 7853520.

HSL color Cylindrical-coordinate representation of color #D0D577: hue angle of 63.19º degrees, saturation: 0.53, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #D0D577 is Cyan = 0.02, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.16.

Color convert

RGB208213119-
CMYK0.0200.440.16
HSL63.19º52.81%65.1%-
HSV(B)63.19º44.13%83.53%-
XYZ53.1462.3326.68-
YUV200.7981.84133.14-

RGB Variations

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

RGB

RED value IS 208 (81.64% from 255) = 38.52%
GREEN value IS 213 (83.59% from 255) = 39.44%
BLUE value IS 119 (46.88% from 255) = 22.04%
R=38.52%
G=39.44%
B=22.04%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.44
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal2082131190.0200.440.1663.1952.8165.1
HexD0D577202C103f3541
Octal3203251672054207765101
Binary11010000110101011110111100101100100001111111101011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D0D577

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D0D577; }

 p { color: rgb(208,213,119); }

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

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

 a { background-color: rgb(208,213,119); }

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

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

 span { border-color: rgb(208,213,119); }

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