#D0CD7F

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

Shades of Deco #D0CD7F

Tints of Deco #D0CD7F

Color information

#D0CD7F (or 0xD0CD7F) is unknown color: approx Deco. HEX triplet: D0, CD and 7F. RGB value is (208,205,127). Sum of RGB (Red+Green+Blue) = 208+205+127=540 (71% of max value = 765). Red value is 208 (81.64% from 255 or 38.52% from 540); Green value is 205 (80.47% from 255 or 37.96% from 540); Blue value is 127 (50% from 255 or 23.52% from 540); Max value from RGB is 208 - color contains mainly: red. Hex color #D0CD7F is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D0CD7F is #2F3280. Grayscale: #C5C5C5. Windows color (decimal): -3093121 or 8375760. OLE color: 8375760.

HSL color Cylindrical-coordinate representation of color #D0CD7F: hue angle of 57.78º degrees, saturation: 0.46, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #D0CD7F is Cyan = 0, Magento = 0.01, Yellow = 0.39 and Black (K on CMYK) = 0.18.

Color convert

RGB208205127-
CMYK00.010.390.18
HSL57.78º46.29%65.69%-
HSV(B)57.78º38.94%81.57%-
XYZ51.6758.628.67-
YUV19788.49135.84-

RGB Variations

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

RGB

RED value IS 208 (81.64% from 255) = 38.52%
GREEN value IS 205 (80.47% from 255) = 37.96%
BLUE value IS 127 (50% from 255) = 23.52%
R=38.52%
G=37.96%
B=23.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.39
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal20820512700.010.390.1857.7846.2965.69
HexD0CD7F0127123a2e42
Octal3203151770147227256102
Binary1101000011001101111111101100111100101110101011101000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D0CD7F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D0CD7F; }

 p { color: rgb(208,205,127); }

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

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

 a { background-color: rgb(208,205,127); }

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

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

 span { border-color: rgb(208,205,127); }

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