#D1D983

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

Shades of Deco #D1D983

Tints of Deco #D1D983

Color information

#D1D983 (or 0xD1D983) is unknown color: approx Deco. HEX triplet: D1, D9 and 83. RGB value is (209,217,131). Sum of RGB (Red+Green+Blue) = 209+217+131=557 (73% of max value = 765). Red value is 209 (82.03% from 255 or 37.52% from 557); Green value is 217 (85.16% from 255 or 38.96% from 557); Blue value is 131 (51.56% from 255 or 23.52% from 557); Max value from RGB is 217 - color contains mainly: green. Hex color #D1D983 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D1D983 is #2E267C. Grayscale: #CDCDCD. Windows color (decimal): -3024509 or 8640977. OLE color: 8640977.

HSL color Cylindrical-coordinate representation of color #D1D983: hue angle of 65.58º degrees, saturation: 0.53, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #D1D983 is Cyan = 0.04, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.15.

Color convert

RGB209217131-
CMYK0.0400.400.15
HSL65.58º53.09%68.24%-
HSV(B)65.58º39.63%85.1%-
XYZ55.264.8231.07-
YUV204.886.35130.99-

RGB Variations

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

RGB

RED value IS 209 (82.03% from 255) = 37.52%
GREEN value IS 217 (85.16% from 255) = 38.96%
BLUE value IS 131 (51.56% from 255) = 23.52%
R=37.52%
G=38.96%
B=23.52%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.40
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal2092171310.0400.400.1565.5853.0968.24
HexD1D9834028F423544
Octal32133120340501710265104
Binary1101000111011001100000111000101000111110000101101011000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D1D983

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D1D983; }

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

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

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

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

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

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

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

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