#D0D195

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

Shades of Deco #D0D195

Tints of Deco #D0D195

Color information

#D0D195 (or 0xD0D195) is unknown color: approx Deco. HEX triplet: D0, D1 and 95. RGB value is (208,209,149). Sum of RGB (Red+Green+Blue) = 208+209+149=566 (74% of max value = 765). Red value is 208 (81.64% from 255 or 36.75% from 566); Green value is 209 (82.03% from 255 or 36.93% from 566); Blue value is 149 (58.59% from 255 or 26.33% from 566); Max value from RGB is 209 - color contains mainly: green. Hex color #D0D195 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D0D195 is #2F2E6A. Grayscale: #CACACA. Windows color (decimal): -3092075 or 9818576. OLE color: 9818576.

HSL color Cylindrical-coordinate representation of color #D0D195: hue angle of 61º degrees, saturation: 0.39, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #D0D195 is Cyan = 0.00, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.18.

Color convert

RGB208209149-
CMYK0.0000.290.18
HSL61º39.47%70.2%-
HSV(B)61º28.71%81.96%-
XYZ54.2461.1837.38-
YUV201.8698.17132.38-

RGB Variations

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

RGB

RED value IS 208 (81.64% from 255) = 36.75%
GREEN value IS 209 (82.03% from 255) = 36.93%
BLUE value IS 149 (58.59% from 255) = 26.33%
R=36.75%
G=36.93%
B=26.33%

CMYK

C (Cyan) values IS 0.00
M (Magenta) values IS 0
Y (Yellow) values IS 0.29
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal2082091490.0000.290.186139.4770.2
HexD0D195001D123d2746
Octal3203212250035227547106
Binary1101000011010001100101010011101100101111011001111000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D0D195

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D0D195; }

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

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

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

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

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

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

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

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