#D0DAB2

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

Shades of Harp #D0DAB2

Tints of Harp #D0DAB2

Color information

#D0DAB2 (or 0xD0DAB2) is unknown color: approx Harp. HEX triplet: D0, DA and B2. RGB value is (208,218,178). Sum of RGB (Red+Green+Blue) = 208+218+178=604 (80% of max value = 765). Red value is 208 (81.64% from 255 or 34.44% from 604); Green value is 218 (85.55% from 255 or 36.09% from 604); Blue value is 178 (69.92% from 255 or 29.47% from 604); Max value from RGB is 218 - color contains mainly: green. Hex color #D0DAB2 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D0DAB2 is #2F254D. Grayscale: #D2D2D2. Windows color (decimal): -3089742 or 11721424. OLE color: 11721424.

HSL color Cylindrical-coordinate representation of color #D0DAB2: hue angle of 75º 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 #D0DAB2 is Cyan = 0.05, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.15.

Color convert

RGB208218178-
CMYK0.0500.180.15
HSL75º35.09%77.65%-
HSV(B)75º18.35%85.49%-
XYZ59.1266.7751.89-
YUV210.45109.69126.25-

RGB Variations

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

RGB

RED value IS 208 (81.64% from 255) = 34.44%
GREEN value IS 218 (85.55% from 255) = 36.09%
BLUE value IS 178 (69.92% from 255) = 29.47%
R=34.44%
G=36.09%
B=29.47%

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
Decimal2082181780.0500.180.157535.0977.65
HexD0DAB25012F4b234e
Octal32033226250221711343116
Binary110100001101101010110010101010010111110010111000111001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D0DAB2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D0DAB2; }

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

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

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

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

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

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

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

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