Shades of Harp #D3DCBB
Tints of Harp #D3DCBB
RGB
CMYK
RGB Variations
Color information
#D3DCBB (or 0xD3DCBB) is known color: Harp. HEX triplet: D3, DC and BB. RGB value is (211,220,187). Sum of RGB (Red+Green+Blue) = 211+220+187=618 (81% of max value = 765). Red value is 211 (82.81% from 255 or 34.14% from 618); Green value is 220 (86.33% from 255 or 35.60% from 618); Blue value is 187 (73.44% from 255 or 30.26% from 618); Max value from RGB is 220 - color contains mainly: green. Hex color #D3DCBB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D3DCBB is #2C2344. Grayscale: #D5D5D5. Windows color (decimal): -2892613 or 12311763. OLE color: 12311763.
HSL color Cylindrical-coordinate representation of color #D3DCBB: hue angle of 76.36º degrees, saturation: 0.32, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #D3DCBB is Cyan = 0.04, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 211 | 220 | 187 | - |
| CMYK | 0.04 | 0 | 0.15 | 0.14 |
| HSL | 76.36º | 0.32% | 0.8% | - |
| HSV(B) | 76.36º | 0.15% | 0.86% | - |
| XYZ | 61.43 | 68.62 | 57.02 | - |
| YUV | 213.55 | 113.02 | 126.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 220 | 187 | 0.04 | 0 | 0.15 | 0.14 | 76.36 | 0.32 | 0.8 |
| Hex | D3 | DC | BB | 4 | 0 | F | E | 4C | 20 | 50 |
| Octal | 323 | 334 | 273 | 4 | 0 | 17 | 16 | 114 | 40 | 120 |
| Binary | 11010011 | 11011100 | 10111011 | 100 | 0 | 1111 | 1110 | 1001100 | 100000 | 1010000 |
Color Harmonies of #D3DCBB
Complementary color
Monochromatic Colors of #D3DCBB
Black with #D3DCBB
Text Example
Text Example
White with #D3DCBB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D3DCBB; }
p { color: rgb(211,220,187); }
H1.HeaderClassName
{
color: #D3DCBB;
}
.AnyTagClassName
{
color: #D3DCBB;
}
</style>
background-color css
<style>
a { background-color: #D3DCBB; }
a { background-color: rgb(211,220,187); }
div.DivClassName
{
background-color: #D3DCBB;
}
.BgClassName
{
background-color: #D3DCBB;
}
</style>
border-color css
<style>
span { border-color: #D3DCBB; }
span { border-color: rgb(211,220,187); }
td.TdClassName
{
border-color: #D3DCBB;
}
.TagClassName
{
border-color: #D3DCBB;
}
</style>