#D0D9BA

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

Shades of Harp #D0D9BA

Tints of Harp #D0D9BA

Color information

#D0D9BA (or 0xD0D9BA) is unknown color: approx Harp. HEX triplet: D0, D9 and BA. RGB value is (208,217,186). Sum of RGB (Red+Green+Blue) = 208+217+186=611 (80% of max value = 765). Red value is 208 (81.64% from 255 or 34.04% from 611); Green value is 217 (85.16% from 255 or 35.52% from 611); Blue value is 186 (73.05% from 255 or 30.44% from 611); Max value from RGB is 217 - color contains mainly: green. Hex color #D0D9BA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D0D9BA is #2F2645. Grayscale: #D2D2D2. Windows color (decimal): -3089990 or 12245456. OLE color: 12245456.

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

Color convert

RGB208217186-
CMYK0.0400.140.15
HSL77.42º28.97%79.02%-
HSV(B)77.42º14.29%85.1%-
XYZ59.6966.5856.16-
YUV210.78114.02126.02-

RGB Variations

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

RGB

RED value IS 208 (81.64% from 255) = 34.04%
GREEN value IS 217 (85.16% from 255) = 35.52%
BLUE value IS 186 (73.05% from 255) = 30.44%
R=34.04%
G=35.52%
B=30.44%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal2082171860.0400.140.1577.4228.9779.02
HexD0D9BA40EF4d1d4f
Octal32033127240161711535117
Binary1101000011011001101110101000111011111001101111011001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D0D9BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D0D9BA; }

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

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

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

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

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

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

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

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