Shades of Harp #D5DCBB
Tints of Harp #D5DCBB
RGB
CMYK
RGB Variations
Color information
#D5DCBB (or 0xD5DCBB) is known color: Harp. HEX triplet: D5, DC and BB. RGB value is (213,220,187). Sum of RGB (Red+Green+Blue) = 213+220+187=620 (82% of max value = 765). Red value is 213 (83.59% from 255 or 34.35% from 620); Green value is 220 (86.33% from 255 or 35.48% from 620); Blue value is 187 (73.44% from 255 or 30.16% from 620); Max value from RGB is 220 - color contains mainly: green. Hex color #D5DCBB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D5DCBB is #2A2344. Grayscale: #D6D6D6. Windows color (decimal): -2761541 or 12311765. OLE color: 12311765.
HSL color Cylindrical-coordinate representation of color #D5DCBB: hue angle of 72.73º 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 #D5DCBB is Cyan = 0.03, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 213 | 220 | 187 | - |
| CMYK | 0.03 | 0 | 0.15 | 0.14 |
| HSL | 72.73º | 0.32% | 0.8% | - |
| HSV(B) | 72.73º | 0.15% | 0.86% | - |
| XYZ | 62 | 68.92 | 57.05 | - |
| YUV | 214.15 | 112.68 | 127.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 220 | 187 | 0.03 | 0 | 0.15 | 0.14 | 72.73 | 0.32 | 0.8 |
| Hex | D5 | DC | BB | 3 | 0 | F | E | 49 | 20 | 50 |
| Octal | 325 | 334 | 273 | 3 | 0 | 17 | 16 | 111 | 40 | 120 |
| Binary | 11010101 | 11011100 | 10111011 | 11 | 0 | 1111 | 1110 | 1001001 | 100000 | 1010000 |
Color Harmonies of #D5DCBB
Complementary color
Monochromatic Colors of #D5DCBB
Black with #D5DCBB
Text Example
Text Example
White with #D5DCBB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D5DCBB; }
p { color: rgb(213,220,187); }
H1.HeaderClassName
{
color: #D5DCBB;
}
.AnyTagClassName
{
color: #D5DCBB;
}
</style>
background-color css
<style>
a { background-color: #D5DCBB; }
a { background-color: rgb(213,220,187); }
div.DivClassName
{
background-color: #D5DCBB;
}
.BgClassName
{
background-color: #D5DCBB;
}
</style>
border-color css
<style>
span { border-color: #D5DCBB; }
span { border-color: rgb(213,220,187); }
td.TdClassName
{
border-color: #D5DCBB;
}
.TagClassName
{
border-color: #D5DCBB;
}
</style>