#D1D97C

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

Shades of Deco #D1D97C

Tints of Deco #D1D97C

Color information

#D1D97C (or 0xD1D97C) is unknown color: approx Deco. HEX triplet: D1, D9 and 7C. RGB value is (209,217,124). Sum of RGB (Red+Green+Blue) = 209+217+124=550 (72% of max value = 765). Red value is 209 (82.03% from 255 or 38% from 550); Green value is 217 (85.16% from 255 or 39.45% from 550); Blue value is 124 (48.83% from 255 or 22.55% from 550); Max value from RGB is 217 - color contains mainly: green. Hex color #D1D97C is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D1D97C is #2E2683. Grayscale: #CCCCCC. Windows color (decimal): -3024516 or 8182225. OLE color: 8182225.

HSL color Cylindrical-coordinate representation of color #D1D97C: hue angle of 65.16º degrees, saturation: 0.55, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #D1D97C is Cyan = 0.04, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.15.

Color convert

RGB209217124-
CMYK0.0400.430.15
HSL65.16º55.03%66.86%-
HSV(B)65.16º42.86%85.1%-
XYZ54.7564.6428.66-
YUV204.0182.85131.56-

RGB Variations

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

RGB

RED value IS 209 (82.03% from 255) = 38%
GREEN value IS 217 (85.16% from 255) = 39.45%
BLUE value IS 124 (48.83% from 255) = 22.55%
R=38%
G=39.45%
B=22.55%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.43
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal2092171240.0400.430.1565.1655.0366.86
HexD1D97C402BF413743
Octal32133117440531710167103
Binary110100011101100111111001000101011111110000011101111000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D1D97C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D1D97C; }

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

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

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

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

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

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

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

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