#D2D9BF

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

Shades of Harp #D2D9BF

Tints of Harp #D2D9BF

Color information

#D2D9BF (or 0xD2D9BF) is unknown color: approx Harp. HEX triplet: D2, D9 and BF. RGB value is (210,217,191). Sum of RGB (Red+Green+Blue) = 210+217+191=618 (81% of max value = 765). Red value is 210 (82.42% from 255 or 33.98% from 618); Green value is 217 (85.16% from 255 or 35.11% from 618); Blue value is 191 (75% from 255 or 30.91% from 618); Max value from RGB is 217 - color contains mainly: green. Hex color #D2D9BF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D2D9BF is #2D2640. Grayscale: #D4D4D4. Windows color (decimal): -2958913 or 12573138. OLE color: 12573138.

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

Color convert

RGB210217191-
CMYK0.0300.120.15
HSL76.15º25.49%80%-
HSV(B)76.15º11.98%85.1%-
XYZ60.867.0959.04-
YUV211.94116.18126.61-

RGB Variations

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

RGB

RED value IS 210 (82.42% from 255) = 33.98%
GREEN value IS 217 (85.16% from 255) = 35.11%
BLUE value IS 191 (75% from 255) = 30.91%
R=33.98%
G=35.11%
B=30.91%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal2102171910.0300.120.1576.1525.4980
HexD2D9BF30CF4c1950
Octal32233127730141711431120
Binary110100101101100110111111110110011111001100110011010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D2D9BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D2D9BF; }

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

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

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

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

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

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

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

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