#D5D98B

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

Shades of Deco #D5D98B

Tints of Deco #D5D98B

Color information

#D5D98B (or 0xD5D98B) is unknown color: approx Deco. HEX triplet: D5, D9 and 8B. RGB value is (213,217,139). Sum of RGB (Red+Green+Blue) = 213+217+139=569 (75% of max value = 765). Red value is 213 (83.59% from 255 or 37.43% from 569); Green value is 217 (85.16% from 255 or 38.14% from 569); Blue value is 139 (54.69% from 255 or 24.43% from 569); Max value from RGB is 217 - color contains mainly: green. Hex color #D5D98B is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D5D98B is #2A2674. Grayscale: #CFCFCF. Windows color (decimal): -2762357 or 9165269. OLE color: 9165269.

HSL color Cylindrical-coordinate representation of color #D5D98B: hue angle of 63.08º degrees, saturation: 0.51, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #D5D98B is Cyan = 0.02, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.15.

Color convert

RGB213217139-
CMYK0.0200.360.15
HSL63.08º50.65%69.8%-
HSV(B)63.08º35.94%85.1%-
XYZ56.9165.6434.1-
YUV206.9189.67132.34-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 37.43%
GREEN value IS 217 (85.16% from 255) = 38.14%
BLUE value IS 139 (54.69% from 255) = 24.43%
R=37.43%
G=38.14%
B=24.43%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.36
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal2132171390.0200.360.1563.0850.6569.8
HexD5D98B2024F3f3346
Octal3253312132044177763106
Binary11010101110110011000101110010010011111111111100111000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D5D98B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D5D98B; }

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

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

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

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

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

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

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

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