#D2D88A

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

Shades of Deco #D2D88A

Tints of Deco #D2D88A

Color information

#D2D88A (or 0xD2D88A) is unknown color: approx Deco. HEX triplet: D2, D8 and 8A. RGB value is (210,216,138). Sum of RGB (Red+Green+Blue) = 210+216+138=564 (74% of max value = 765). Red value is 210 (82.42% from 255 or 37.23% from 564); Green value is 216 (84.77% from 255 or 38.30% from 564); Blue value is 138 (54.30% from 255 or 24.47% from 564); Max value from RGB is 216 - color contains mainly: green. Hex color #D2D88A is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D2D88A is #2D2775. Grayscale: #CDCDCD. Windows color (decimal): -2959222 or 9099474. OLE color: 9099474.

HSL color Cylindrical-coordinate representation of color #D2D88A: hue angle of 64.62º 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 #D2D88A is Cyan = 0.03, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.15.

Color convert

RGB210216138-
CMYK0.0300.360.15
HSL64.62º50%69.41%-
HSV(B)64.62º36.11%84.71%-
XYZ55.7264.6533.59-
YUV205.3190.01131.34-

RGB Variations

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

RGB

RED value IS 210 (82.42% from 255) = 37.23%
GREEN value IS 216 (84.77% from 255) = 38.30%
BLUE value IS 138 (54.30% from 255) = 24.47%
R=37.23%
G=38.30%
B=24.47%

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
Decimal2102161380.0300.360.1564.625069.41
HexD2D88A3024F413245
Octal32233021230441710162105
Binary110100101101100010001010110100100111110000011100101000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D2D88A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D2D88A; }

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

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

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

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

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

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

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

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