#D1D681

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

Shades of Deco #D1D681

Tints of Deco #D1D681

Color information

#D1D681 (or 0xD1D681) is unknown color: approx Deco. HEX triplet: D1, D6 and 81. RGB value is (209,214,129). Sum of RGB (Red+Green+Blue) = 209+214+129=552 (73% of max value = 765). Red value is 209 (82.03% from 255 or 37.86% from 552); Green value is 214 (83.98% from 255 or 38.77% from 552); Blue value is 129 (50.78% from 255 or 23.37% from 552); Max value from RGB is 214 - color contains mainly: green. Hex color #D1D681 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D1D681 is #2E297E. Grayscale: #CBCBCB. Windows color (decimal): -3025279 or 8509137. OLE color: 8509137.

HSL color Cylindrical-coordinate representation of color #D1D681: hue angle of 63.53º degrees, saturation: 0.51, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #D1D681 is Cyan = 0.02, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.16.

Color convert

RGB209214129-
CMYK0.0200.400.16
HSL63.53º50.9%67.25%-
HSV(B)63.53º39.72%83.92%-
XYZ54.363.2330.11-
YUV202.8186.34132.41-

RGB Variations

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

RGB

RED value IS 209 (82.03% from 255) = 37.86%
GREEN value IS 214 (83.98% from 255) = 38.77%
BLUE value IS 129 (50.78% from 255) = 23.37%
R=37.86%
G=38.77%
B=23.37%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.40
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal2092141290.0200.400.1663.5350.967.25
HexD1D681202810403343
Octal32132620120502010063103
Binary1101000111010110100000011001010001000010000001100111000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D1D681

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D1D681; }

 p { color: rgb(209,214,129); }

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

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

 a { background-color: rgb(209,214,129); }

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

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

 span { border-color: rgb(209,214,129); }

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