Shades of Harp #D3D7BD
Tints of Harp #D3D7BD
RGB
CMYK
RGB Variations
Color information
#D3D7BD (or 0xD3D7BD) is known color: Harp. HEX triplet: D3, D7 and BD. RGB value is (211,215,189). Sum of RGB (Red+Green+Blue) = 211+215+189=615 (81% of max value = 765). Red value is 211 (82.81% from 255 or 34.31% from 615); Green value is 215 (84.38% from 255 or 34.96% from 615); Blue value is 189 (74.22% from 255 or 30.73% from 615); Max value from RGB is 215 - color contains mainly: green. Hex color #D3D7BD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D3D7BD is #2C2842. Grayscale: #D2D2D2. Windows color (decimal): -2893891 or 12441555. OLE color: 12441555.
HSL color Cylindrical-coordinate representation of color #D3D7BD: hue angle of 69.23º degrees, saturation: 0.25, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #D3D7BD is Cyan = 0.02, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 211 | 215 | 189 | - |
| CMYK | 0.02 | 0 | 0.12 | 0.16 |
| HSL | 69.23º | 0.25% | 0.79% | - |
| HSV(B) | 69.23º | 0.12% | 0.84% | - |
| XYZ | 60.35 | 66.12 | 57.73 | - |
| YUV | 210.84 | 115.67 | 128.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 215 | 189 | 0.02 | 0 | 0.12 | 0.16 | 69.23 | 0.25 | 0.79 |
| Hex | D3 | D7 | BD | 2 | 0 | C | 10 | 45 | 19 | 4F |
| Octal | 323 | 327 | 275 | 2 | 0 | 14 | 20 | 105 | 31 | 117 |
| Binary | 11010011 | 11010111 | 10111101 | 10 | 0 | 1100 | 10000 | 1000101 | 11001 | 1001111 |
Color Harmonies of #D3D7BD
Complementary color
Monochromatic Colors of #D3D7BD
Black with #D3D7BD
Text Example
Text Example
White with #D3D7BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D3D7BD; }
p { color: rgb(211,215,189); }
H1.HeaderClassName
{
color: #D3D7BD;
}
.AnyTagClassName
{
color: #D3D7BD;
}
</style>
background-color css
<style>
a { background-color: #D3D7BD; }
a { background-color: rgb(211,215,189); }
div.DivClassName
{
background-color: #D3D7BD;
}
.BgClassName
{
background-color: #D3D7BD;
}
</style>
border-color css
<style>
span { border-color: #D3D7BD; }
span { border-color: rgb(211,215,189); }
td.TdClassName
{
border-color: #D3D7BD;
}
.TagClassName
{
border-color: #D3D7BD;
}
</style>