#D1D98B

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

Shades of Deco #D1D98B

Tints of Deco #D1D98B

Color information

#D1D98B (or 0xD1D98B) is unknown color: approx Deco. HEX triplet: D1, D9 and 8B. RGB value is (209,217,139). Sum of RGB (Red+Green+Blue) = 209+217+139=565 (74% of max value = 765). Red value is 209 (82.03% from 255 or 36.99% from 565); Green value is 217 (85.16% from 255 or 38.41% from 565); Blue value is 139 (54.69% from 255 or 24.60% from 565); Max value from RGB is 217 - color contains mainly: green. Hex color #D1D98B is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D1D98B is #2E2674. Grayscale: #CECECE. Windows color (decimal): -3024501 or 9165265. OLE color: 9165265.

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

Color convert

RGB209217139-
CMYK0.0400.360.15
HSL66.15º50.65%69.8%-
HSV(B)66.15º35.94%85.1%-
XYZ55.7765.0534.04-
YUV205.7290.35130.34-

RGB Variations

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

RGB

RED value IS 209 (82.03% from 255) = 36.99%
GREEN value IS 217 (85.16% from 255) = 38.41%
BLUE value IS 139 (54.69% from 255) = 24.60%
R=36.99%
G=38.41%
B=24.60%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.36
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal2092171390.0400.360.1566.1550.6569.8
HexD1D98B4024F423346
Octal32133121340441710263106
Binary1101000111011001100010111000100100111110000101100111000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D1D98B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D1D98B; }

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

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

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

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

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

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

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

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