#D5D97D

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

Shades of Deco #D5D97D

Tints of Deco #D5D97D

Color information

#D5D97D (or 0xD5D97D) is unknown color: approx Deco. HEX triplet: D5, D9 and 7D. RGB value is (213,217,125). Sum of RGB (Red+Green+Blue) = 213+217+125=555 (73% of max value = 765). Red value is 213 (83.59% from 255 or 38.38% from 555); Green value is 217 (85.16% from 255 or 39.10% from 555); Blue value is 125 (49.22% from 255 or 22.52% from 555); Max value from RGB is 217 - color contains mainly: green. Hex color #D5D97D is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D5D97D is #2A2682. Grayscale: #CDCDCD. Windows color (decimal): -2762371 or 8247765. OLE color: 8247765.

HSL color Cylindrical-coordinate representation of color #D5D97D: hue angle of 62.61º 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 #D5D97D is Cyan = 0.02, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.15.

Color convert

RGB213217125-
CMYK0.0200.420.15
HSL62.61º54.76%67.06%-
HSV(B)62.61º42.4%85.1%-
XYZ55.9665.2529.05-
YUV205.3282.67133.48-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 38.38%
GREEN value IS 217 (85.16% from 255) = 39.10%
BLUE value IS 125 (49.22% from 255) = 22.52%
R=38.38%
G=39.10%
B=22.52%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.42
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal2132171250.0200.420.1562.6154.7667.06
HexD5D97D202AF3f3743
Octal3253311752052177767103
Binary1101010111011001111110110010101011111111111101111000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D5D97D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D5D97D; }

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

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

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

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

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

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

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

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