#D1D98C

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

Shades of Deco #D1D98C

Tints of Deco #D1D98C

Color information

#D1D98C (or 0xD1D98C) is unknown color: approx Deco. HEX triplet: D1, D9 and 8C. RGB value is (209,217,140). Sum of RGB (Red+Green+Blue) = 209+217+140=566 (74% of max value = 765). Red value is 209 (82.03% from 255 or 36.93% from 566); Green value is 217 (85.16% from 255 or 38.34% from 566); Blue value is 140 (55.08% from 255 or 24.73% from 566); Max value from RGB is 217 - color contains mainly: green. Hex color #D1D98C is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D1D98C is #2E2673. Grayscale: #CECECE. Windows color (decimal): -3024500 or 9230801. OLE color: 9230801.

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

Color convert

RGB209217140-
CMYK0.0400.350.15
HSL66.23º50.33%70%-
HSV(B)66.23º35.48%85.1%-
XYZ55.8465.0734.43-
YUV205.8390.85130.26-

RGB Variations

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

RGB

RED value IS 209 (82.03% from 255) = 36.93%
GREEN value IS 217 (85.16% from 255) = 38.34%
BLUE value IS 140 (55.08% from 255) = 24.73%
R=36.93%
G=38.34%
B=24.73%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.35
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal2092171400.0400.350.1566.2350.3370
HexD1D98C4023F423246
Octal32133121440431710262106
Binary1101000111011001100011001000100011111110000101100101000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D1D98C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D1D98C; }

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

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

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

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

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

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

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

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