#D0D77D

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

Shades of Deco #D0D77D

Tints of Deco #D0D77D

Color information

#D0D77D (or 0xD0D77D) is unknown color: approx Deco. HEX triplet: D0, D7 and 7D. RGB value is (208,215,125). Sum of RGB (Red+Green+Blue) = 208+215+125=548 (72% of max value = 765). Red value is 208 (81.64% from 255 or 37.96% from 548); Green value is 215 (84.38% from 255 or 39.23% from 548); Blue value is 125 (49.22% from 255 or 22.81% from 548); Max value from RGB is 215 - color contains mainly: green. Hex color #D0D77D is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D0D77D is #2F2882. Grayscale: #CBCBCB. Windows color (decimal): -3090563 or 8247248. OLE color: 8247248.

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

Color convert

RGB208215125-
CMYK0.0300.420.16
HSL64.67º52.94%66.67%-
HSV(B)64.67º41.86%84.31%-
XYZ54.0163.4928.81-
YUV202.6584.18131.82-

RGB Variations

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

RGB

RED value IS 208 (81.64% from 255) = 37.96%
GREEN value IS 215 (84.38% from 255) = 39.23%
BLUE value IS 125 (49.22% from 255) = 22.81%
R=37.96%
G=39.23%
B=22.81%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.42
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal2082151250.0300.420.1664.6752.9466.67
HexD0D77D302A10413543
Octal32032717530522010165103
Binary110100001101011111111011101010101000010000011101011000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D0D77D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D0D77D; }

 p { color: rgb(208,215,125); }

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

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

 a { background-color: rgb(208,215,125); }

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

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

 span { border-color: rgb(208,215,125); }

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