#D1D682

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

Shades of Deco #D1D682

Tints of Deco #D1D682

Color information

#D1D682 (or 0xD1D682) is unknown color: approx Deco. HEX triplet: D1, D6 and 82. RGB value is (209,214,130). Sum of RGB (Red+Green+Blue) = 209+214+130=553 (73% of max value = 765). Red value is 209 (82.03% from 255 or 37.79% from 553); Green value is 214 (83.98% from 255 or 38.70% from 553); Blue value is 130 (51.17% from 255 or 23.51% from 553); Max value from RGB is 214 - color contains mainly: green. Hex color #D1D682 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D1D682 is #2E297D. Grayscale: #CBCBCB. Windows color (decimal): -3025278 or 8574673. OLE color: 8574673.

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

Color convert

RGB209214130-
CMYK0.0200.390.16
HSL63.57º50.6%67.45%-
HSV(B)63.57º39.25%83.92%-
XYZ54.3763.2630.46-
YUV202.9386.84132.33-

RGB Variations

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

RGB

RED value IS 209 (82.03% from 255) = 37.79%
GREEN value IS 214 (83.98% from 255) = 38.70%
BLUE value IS 130 (51.17% from 255) = 23.51%
R=37.79%
G=38.70%
B=23.51%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.39
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal2092141300.0200.390.1663.5750.667.45
HexD1D682202710403343
Octal32132620220472010063103
Binary1101000111010110100000101001001111000010000001100111000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D1D682

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D1D682; }

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

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

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

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

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

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

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

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