#D0DDB0

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

Shades of Harp #D0DDB0

Tints of Harp #D0DDB0

Color information

#D0DDB0 (or 0xD0DDB0) is unknown color: approx Harp. HEX triplet: D0, DD and B0. RGB value is (208,221,176). Sum of RGB (Red+Green+Blue) = 208+221+176=605 (80% of max value = 765). Red value is 208 (81.64% from 255 or 34.38% from 605); Green value is 221 (86.72% from 255 or 36.53% from 605); Blue value is 176 (69.14% from 255 or 29.09% from 605); Max value from RGB is 221 - color contains mainly: green. Hex color #D0DDB0 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D0DDB0 is #2F224F. Grayscale: #D4D4D4. Windows color (decimal): -3088976 or 11591120. OLE color: 11591120.

HSL color Cylindrical-coordinate representation of color #D0DDB0: hue angle of 77.33º degrees, saturation: 0.4, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #D0DDB0 is Cyan = 0.06, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.13.

Color convert

RGB208221176-
CMYK0.0600.200.13
HSL77.33º39.82%77.84%-
HSV(B)77.33º20.36%86.67%-
XYZ59.7168.2651.1-
YUV211.98107.69125.16-

RGB Variations

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

RGB

RED value IS 208 (81.64% from 255) = 34.38%
GREEN value IS 221 (86.72% from 255) = 36.53%
BLUE value IS 176 (69.14% from 255) = 29.09%
R=34.38%
G=36.53%
B=29.09%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.20
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2082211760.0600.200.1377.3339.8277.84
HexD0DDB06014D4d284e
Octal32033526060241511550116
Binary110100001101110110110000110010100110110011011010001001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D0DDB0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D0DDB0; }

 p { color: rgb(208,221,176); }

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

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

 a { background-color: rgb(208,221,176); }

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

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

 span { border-color: rgb(208,221,176); }

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