#D0D7BF

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

Shades of Harp #D0D7BF

Tints of Harp #D0D7BF

Color information

#D0D7BF (or 0xD0D7BF) is unknown color: approx Harp. HEX triplet: D0, D7 and BF. RGB value is (208,215,191). Sum of RGB (Red+Green+Blue) = 208+215+191=614 (81% of max value = 765). Red value is 208 (81.64% from 255 or 33.88% from 614); Green value is 215 (84.38% from 255 or 35.02% from 614); Blue value is 191 (75% from 255 or 31.11% from 614); Max value from RGB is 215 - color contains mainly: green. Hex color #D0D7BF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D0D7BF is #2F2840. Grayscale: #D2D2D2. Windows color (decimal): -3090497 or 12572624. OLE color: 12572624.

HSL color Cylindrical-coordinate representation of color #D0D7BF: hue angle of 77.5º degrees, saturation: 0.23, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #D0D7BF is Cyan = 0.03, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.16.

Color convert

RGB208215191-
CMYK0.0300.110.16
HSL77.5º23.08%79.61%-
HSV(B)77.5º11.16%84.31%-
XYZ59.7265.7758.84-
YUV210.17117.18126.45-

RGB Variations

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

RGB

RED value IS 208 (81.64% from 255) = 33.88%
GREEN value IS 215 (84.38% from 255) = 35.02%
BLUE value IS 191 (75% from 255) = 31.11%
R=33.88%
G=35.02%
B=31.11%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.11
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal2082151910.0300.110.1677.523.0879.61
HexD0D7BF30B104e1750
Octal32032727730132011627120
Binary1101000011010111101111111101011100001001110101111010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D0D7BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D0D7BF; }

 p { color: rgb(208,215,191); }

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

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

 a { background-color: rgb(208,215,191); }

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

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

 span { border-color: rgb(208,215,191); }

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