#D1D97D

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

Shades of Deco #D1D97D

Tints of Deco #D1D97D

Color information

#D1D97D (or 0xD1D97D) is unknown color: approx Deco. HEX triplet: D1, D9 and 7D. RGB value is (209,217,125). Sum of RGB (Red+Green+Blue) = 209+217+125=551 (72% of max value = 765). Red value is 209 (82.03% from 255 or 37.93% from 551); Green value is 217 (85.16% from 255 or 39.38% from 551); Blue value is 125 (49.22% from 255 or 22.69% from 551); Max value from RGB is 217 - color contains mainly: green. Hex color #D1D97D is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D1D97D is #2E2682. Grayscale: #CCCCCC. Windows color (decimal): -3024515 or 8247761. OLE color: 8247761.

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

Color convert

RGB209217125-
CMYK0.0400.420.15
HSL65.22º54.76%67.06%-
HSV(B)65.22º42.4%85.1%-
XYZ54.8164.6628.99-
YUV204.1283.35131.48-

RGB Variations

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

RGB

RED value IS 209 (82.03% from 255) = 37.93%
GREEN value IS 217 (85.16% from 255) = 39.38%
BLUE value IS 125 (49.22% from 255) = 22.69%
R=37.93%
G=39.38%
B=22.69%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.42
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal2092171250.0400.420.1565.2254.7667.06
HexD1D97D402AF413743
Octal32133117540521710167103
Binary110100011101100111111011000101010111110000011101111000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D1D97D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D1D97D; }

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

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

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

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

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

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

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

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