#D2D7BF

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

Shades of Harp #D2D7BF

Tints of Harp #D2D7BF

Color information

#D2D7BF (or 0xD2D7BF) is unknown color: approx Harp. HEX triplet: D2, D7 and BF. RGB value is (210,215,191). Sum of RGB (Red+Green+Blue) = 210+215+191=616 (81% of max value = 765). Red value is 210 (82.42% from 255 or 34.09% from 616); Green value is 215 (84.38% from 255 or 34.90% from 616); Blue value is 191 (75% from 255 or 31.01% from 616); Max value from RGB is 215 - color contains mainly: green. Hex color #D2D7BF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D2D7BF is #2D2840. Grayscale: #D2D2D2. Windows color (decimal): -2959425 or 12572626. OLE color: 12572626.

HSL color Cylindrical-coordinate representation of color #D2D7BF: hue angle of 72.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 #D2D7BF is Cyan = 0.02, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.16.

Color convert

RGB210215191-
CMYK0.0200.110.16
HSL72.5º23.08%79.61%-
HSV(B)72.5º11.16%84.31%-
XYZ60.2866.0658.86-
YUV210.77116.84127.45-

RGB Variations

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

RGB

RED value IS 210 (82.42% from 255) = 34.09%
GREEN value IS 215 (84.38% from 255) = 34.90%
BLUE value IS 191 (75% from 255) = 31.01%
R=34.09%
G=34.90%
B=31.01%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.11
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal2102151910.0200.110.1672.523.0879.61
HexD2D7BF20B10481750
Octal32232727720132011027120
Binary1101001011010111101111111001011100001001000101111010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D2D7BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D2D7BF; }

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

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

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

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

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

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

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

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