#D2D9BC

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

Shades of Harp #D2D9BC

Tints of Harp #D2D9BC

Color information

#D2D9BC (or 0xD2D9BC) is unknown color: approx Harp. HEX triplet: D2, D9 and BC. RGB value is (210,217,188). Sum of RGB (Red+Green+Blue) = 210+217+188=615 (81% of max value = 765). Red value is 210 (82.42% from 255 or 34.15% from 615); Green value is 217 (85.16% from 255 or 35.28% from 615); Blue value is 188 (73.83% from 255 or 30.57% from 615); Max value from RGB is 217 - color contains mainly: green. Hex color #D2D9BC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D2D9BC is #2D2643. Grayscale: #D3D3D3. Windows color (decimal): -2958916 or 12376530. OLE color: 12376530.

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

Color convert

RGB210217188-
CMYK0.0300.130.15
HSL74.48º27.62%79.41%-
HSV(B)74.48º13.36%85.1%-
XYZ60.4766.9657.31-
YUV211.6114.68126.86-

RGB Variations

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

RGB

RED value IS 210 (82.42% from 255) = 34.15%
GREEN value IS 217 (85.16% from 255) = 35.28%
BLUE value IS 188 (73.83% from 255) = 30.57%
R=34.15%
G=35.28%
B=30.57%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.13
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal2102171880.0300.130.1574.4827.6279.41
HexD2D9BC30DF4a1c4f
Octal32233127430151711234117
Binary110100101101100110111100110110111111001010111001001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D2D9BC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D2D9BC; }

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

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

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

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

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

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

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

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