#D0D9BD

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

Shades of Harp #D0D9BD

Tints of Harp #D0D9BD

Color information

#D0D9BD (or 0xD0D9BD) is unknown color: approx Harp. HEX triplet: D0, D9 and BD. RGB value is (208,217,189). Sum of RGB (Red+Green+Blue) = 208+217+189=614 (81% of max value = 765). Red value is 208 (81.64% from 255 or 33.88% from 614); Green value is 217 (85.16% from 255 or 35.34% from 614); Blue value is 189 (74.22% from 255 or 30.78% from 614); Max value from RGB is 217 - color contains mainly: green. Hex color #D0D9BD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D0D9BD is #2F2642. Grayscale: #D3D3D3. Windows color (decimal): -3089987 or 12442064. OLE color: 12442064.

HSL color Cylindrical-coordinate representation of color #D0D9BD: hue angle of 79.29º degrees, saturation: 0.27, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #D0D9BD is Cyan = 0.04, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.15.

Color convert

RGB208217189-
CMYK0.0400.130.15
HSL79.29º26.92%79.61%-
HSV(B)79.29º12.9%85.1%-
XYZ60.0166.7157.86-
YUV211.12115.52125.78-

RGB Variations

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

RGB

RED value IS 208 (81.64% from 255) = 33.88%
GREEN value IS 217 (85.16% from 255) = 35.34%
BLUE value IS 189 (74.22% from 255) = 30.78%
R=33.88%
G=35.34%
B=30.78%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.13
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal2082171890.0400.130.1579.2926.9279.61
HexD0D9BD40DF4f1b50
Octal32033127540151711733120
Binary1101000011011001101111011000110111111001111110111010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D0D9BD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D0D9BD; }

 p { color: rgb(208,217,189); }

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

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

 a { background-color: rgb(208,217,189); }

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

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

 span { border-color: rgb(208,217,189); }

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