#D0D895

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

Shades of Deco #D0D895

Tints of Deco #D0D895

Color information

#D0D895 (or 0xD0D895) is unknown color: approx Deco. HEX triplet: D0, D8 and 95. RGB value is (208,216,149). Sum of RGB (Red+Green+Blue) = 208+216+149=573 (75% of max value = 765). Red value is 208 (81.64% from 255 or 36.30% from 573); Green value is 216 (84.77% from 255 or 37.70% from 573); Blue value is 149 (58.59% from 255 or 26.00% from 573); Max value from RGB is 216 - color contains mainly: green. Hex color #D0D895 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D0D895 is #2F276A. Grayscale: #CECECE. Windows color (decimal): -3090283 or 9820368. OLE color: 9820368.

HSL color Cylindrical-coordinate representation of color #D0D895: hue angle of 67.16º degrees, saturation: 0.46, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #D0D895 is Cyan = 0.04, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.15.

Color convert

RGB208216149-
CMYK0.0400.310.15
HSL67.16º46.21%71.57%-
HSV(B)67.16º31.02%84.71%-
XYZ55.9964.6937.97-
YUV205.9795.85129.45-

RGB Variations

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

RGB

RED value IS 208 (81.64% from 255) = 36.30%
GREEN value IS 216 (84.77% from 255) = 37.70%
BLUE value IS 149 (58.59% from 255) = 26.00%
R=36.30%
G=37.70%
B=26.00%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.31
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal2082161490.0400.310.1567.1646.2171.57
HexD0D895401FF432e48
Octal32033022540371710356110
Binary110100001101100010010101100011111111110000111011101001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D0D895

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D0D895; }

 p { color: rgb(208,216,149); }

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

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

 a { background-color: rgb(208,216,149); }

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

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

 span { border-color: rgb(208,216,149); }

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