#D0D17C

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

Shades of Deco #D0D17C

Tints of Deco #D0D17C

Color information

#D0D17C (or 0xD0D17C) is unknown color: approx Deco. HEX triplet: D0, D1 and 7C. RGB value is (208,209,124). Sum of RGB (Red+Green+Blue) = 208+209+124=541 (71% of max value = 765). Red value is 208 (81.64% from 255 or 38.45% from 541); Green value is 209 (82.03% from 255 or 38.63% from 541); Blue value is 124 (48.83% from 255 or 22.92% from 541); Max value from RGB is 209 - color contains mainly: green. Hex color #D0D17C is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D0D17C is #2F2E83. Grayscale: #C7C7C7. Windows color (decimal): -3092100 or 8180176. OLE color: 8180176.

HSL color Cylindrical-coordinate representation of color #D0D17C: hue angle of 60.71º degrees, saturation: 0.48, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #D0D17C is Cyan = 0.00, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.18.

Color convert

RGB208209124-
CMYK0.0000.410.18
HSL60.71º48.02%65.29%-
HSV(B)60.71º40.67%81.96%-
XYZ52.4560.4727.98-
YUV199.0185.67134.41-

RGB Variations

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

RGB

RED value IS 208 (81.64% from 255) = 38.45%
GREEN value IS 209 (82.03% from 255) = 38.63%
BLUE value IS 124 (48.83% from 255) = 22.92%
R=38.45%
G=38.63%
B=22.92%

CMYK

C (Cyan) values IS 0.00
M (Magenta) values IS 0
Y (Yellow) values IS 0.41
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal2082091240.0000.410.1860.7148.0265.29
HexD0D17C0029123d3041
Octal3203211740051227560101
Binary1101000011010001111110000101001100101111011100001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D0D17C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D0D17C; }

 p { color: rgb(208,209,124); }

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

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

 a { background-color: rgb(208,209,124); }

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

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

 span { border-color: rgb(208,209,124); }

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