#D0DAB5

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

Shades of Harp #D0DAB5

Tints of Harp #D0DAB5

Color information

#D0DAB5 (or 0xD0DAB5) is unknown color: approx Harp. HEX triplet: D0, DA and B5. RGB value is (208,218,181). Sum of RGB (Red+Green+Blue) = 208+218+181=607 (80% of max value = 765). Red value is 208 (81.64% from 255 or 34.27% from 607); Green value is 218 (85.55% from 255 or 35.91% from 607); Blue value is 181 (71.09% from 255 or 29.82% from 607); Max value from RGB is 218 - color contains mainly: green. Hex color #D0DAB5 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D0DAB5 is #2F254A. Grayscale: #D2D2D2. Windows color (decimal): -3089739 or 11918032. OLE color: 11918032.

HSL color Cylindrical-coordinate representation of color #D0DAB5: hue angle of 76.22º degrees, saturation: 0.33, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #D0DAB5 is Cyan = 0.05, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.15.

Color convert

RGB208218181-
CMYK0.0500.170.15
HSL76.22º33.33%78.24%-
HSV(B)76.22º16.97%85.49%-
XYZ59.4266.8953.49-
YUV210.79111.19126.01-

RGB Variations

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

RGB

RED value IS 208 (81.64% from 255) = 34.27%
GREEN value IS 218 (85.55% from 255) = 35.91%
BLUE value IS 181 (71.09% from 255) = 29.82%
R=34.27%
G=35.91%
B=29.82%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.17
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal2082181810.0500.170.1576.2233.3378.24
HexD0DAB55011F4c214e
Octal32033226550211711441116
Binary110100001101101010110101101010001111110011001000011001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D0DAB5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D0DAB5; }

 p { color: rgb(208,218,181); }

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

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

 a { background-color: rgb(208,218,181); }

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

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

 span { border-color: rgb(208,218,181); }

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