Shades of Harp #D3D7C1
Tints of Harp #D3D7C1
RGB
CMYK
RGB Variations
Color information
#D3D7C1 (or 0xD3D7C1) is known color: Harp. HEX triplet: D3, D7 and C1. RGB value is (211,215,193). Sum of RGB (Red+Green+Blue) = 211+215+193=619 (81% of max value = 765). Red value is 211 (82.81% from 255 or 34.09% from 619); Green value is 215 (84.38% from 255 or 34.73% from 619); Blue value is 193 (75.78% from 255 or 31.18% from 619); Max value from RGB is 215 - color contains mainly: green. Hex color #D3D7C1 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D3D7C1 is #2C283E. Grayscale: #D3D3D3. Windows color (decimal): -2893887 or 12703699. OLE color: 12703699.
HSL color Cylindrical-coordinate representation of color #D3D7C1: hue angle of 70.91º degrees, saturation: 0.22, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #D3D7C1 is Cyan = 0.02, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 211 | 215 | 193 | - |
| CMYK | 0.02 | 0 | 0.10 | 0.16 |
| HSL | 70.91º | 0.22% | 0.8% | - |
| HSV(B) | 70.91º | 0.1% | 0.84% | - |
| XYZ | 60.79 | 66.3 | 60.05 | - |
| YUV | 211.3 | 117.67 | 127.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 215 | 193 | 0.02 | 0 | 0.10 | 0.16 | 70.91 | 0.22 | 0.8 |
| Hex | D3 | D7 | C1 | 2 | 0 | A | 10 | 47 | 16 | 50 |
| Octal | 323 | 327 | 301 | 2 | 0 | 12 | 20 | 107 | 26 | 120 |
| Binary | 11010011 | 11010111 | 11000001 | 10 | 0 | 1010 | 10000 | 1000111 | 10110 | 1010000 |
Color Harmonies of #D3D7C1
Complementary color
Monochromatic Colors of #D3D7C1
Black with #D3D7C1
Text Example
Text Example
White with #D3D7C1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D3D7C1; }
p { color: rgb(211,215,193); }
H1.HeaderClassName
{
color: #D3D7C1;
}
.AnyTagClassName
{
color: #D3D7C1;
}
</style>
background-color css
<style>
a { background-color: #D3D7C1; }
a { background-color: rgb(211,215,193); }
div.DivClassName
{
background-color: #D3D7C1;
}
.BgClassName
{
background-color: #D3D7C1;
}
</style>
border-color css
<style>
span { border-color: #D3D7C1; }
span { border-color: rgb(211,215,193); }
td.TdClassName
{
border-color: #D3D7C1;
}
.TagClassName
{
border-color: #D3D7C1;
}
</style>