#D2D88F

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

Shades of Deco #D2D88F

Tints of Deco #D2D88F

Color information

#D2D88F (or 0xD2D88F) is unknown color: approx Deco. HEX triplet: D2, D8 and 8F. RGB value is (210,216,143). Sum of RGB (Red+Green+Blue) = 210+216+143=569 (75% of max value = 765). Red value is 210 (82.42% from 255 or 36.91% from 569); Green value is 216 (84.77% from 255 or 37.96% from 569); Blue value is 143 (56.25% from 255 or 25.13% from 569); Max value from RGB is 216 - color contains mainly: green. Hex color #D2D88F is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D2D88F is #2D2770. Grayscale: #CECECE. Windows color (decimal): -2959217 or 9427154. OLE color: 9427154.

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

Color convert

RGB210216143-
CMYK0.0300.340.15
HSL64.93º48.34%70.39%-
HSV(B)64.93º33.8%84.71%-
XYZ56.0964.835.54-
YUV205.8892.51130.94-

RGB Variations

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

RGB

RED value IS 210 (82.42% from 255) = 36.91%
GREEN value IS 216 (84.77% from 255) = 37.96%
BLUE value IS 143 (56.25% from 255) = 25.13%
R=36.91%
G=37.96%
B=25.13%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.34
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal2102161430.0300.340.1564.9348.3470.39
HexD2D88F3022F413046
Octal32233021730421710160106
Binary110100101101100010001111110100010111110000011100001000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D2D88F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D2D88F; }

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

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

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

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

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

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

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

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