#D0DAB3

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

Shades of Harp #D0DAB3

Tints of Harp #D0DAB3

Color information

#D0DAB3 (or 0xD0DAB3) is unknown color: approx Harp. HEX triplet: D0, DA and B3. RGB value is (208,218,179). Sum of RGB (Red+Green+Blue) = 208+218+179=605 (80% of max value = 765). Red value is 208 (81.64% from 255 or 34.38% from 605); Green value is 218 (85.55% from 255 or 36.03% from 605); Blue value is 179 (70.31% from 255 or 29.59% from 605); Max value from RGB is 218 - color contains mainly: green. Hex color #D0DAB3 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D0DAB3 is #2F254C. Grayscale: #D2D2D2. Windows color (decimal): -3089741 or 11786960. OLE color: 11786960.

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

Color convert

RGB208218179-
CMYK0.0500.180.15
HSL75.38º34.51%77.84%-
HSV(B)75.38º17.89%85.49%-
XYZ59.2266.8152.42-
YUV210.56110.19126.17-

RGB Variations

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

RGB

RED value IS 208 (81.64% from 255) = 34.38%
GREEN value IS 218 (85.55% from 255) = 36.03%
BLUE value IS 179 (70.31% from 255) = 29.59%
R=34.38%
G=36.03%
B=29.59%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal2082181790.0500.180.1575.3834.5177.84
HexD0DAB35012F4b234e
Octal32033226350221711343116
Binary110100001101101010110011101010010111110010111000111001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D0DAB3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D0DAB3; }

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

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

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

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

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

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

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

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