#D1D88A

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

Shades of Deco #D1D88A

Tints of Deco #D1D88A

Color information

#D1D88A (or 0xD1D88A) is unknown color: approx Deco. HEX triplet: D1, D8 and 8A. RGB value is (209,216,138). Sum of RGB (Red+Green+Blue) = 209+216+138=563 (74% of max value = 765). Red value is 209 (82.03% from 255 or 37.12% from 563); Green value is 216 (84.77% from 255 or 38.37% from 563); Blue value is 138 (54.30% from 255 or 24.51% from 563); Max value from RGB is 216 - color contains mainly: green. Hex color #D1D88A is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D1D88A is #2E2775. Grayscale: #CDCDCD. Windows color (decimal): -3024758 or 9099473. OLE color: 9099473.

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

Color convert

RGB209216138-
CMYK0.0300.360.15
HSL65.38º50%69.41%-
HSV(B)65.38º36.11%84.71%-
XYZ55.4464.533.57-
YUV205.0290.18130.84-

RGB Variations

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

RGB

RED value IS 209 (82.03% from 255) = 37.12%
GREEN value IS 216 (84.77% from 255) = 38.37%
BLUE value IS 138 (54.30% from 255) = 24.51%
R=37.12%
G=38.37%
B=24.51%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.36
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal2092161380.0300.360.1565.385069.41
HexD1D88A3024F413245
Octal32133021230441710162105
Binary110100011101100010001010110100100111110000011100101000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D1D88A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D1D88A; }

 p { color: rgb(209,216,138); }

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

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

 a { background-color: rgb(209,216,138); }

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

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

 span { border-color: rgb(209,216,138); }

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