Shades of Harp #D2DCB4
Tints of Harp #D2DCB4
RGB
CMYK
RGB Variations
Color information
#D2DCB4 (or 0xD2DCB4) is known color: Harp. HEX triplet: D2, DC and B4. RGB value is (210,220,180). Sum of RGB (Red+Green+Blue) = 210+220+180=610 (80% of max value = 765). Red value is 210 (82.42% from 255 or 34.43% from 610); Green value is 220 (86.33% from 255 or 36.07% from 610); Blue value is 180 (70.70% from 255 or 29.51% from 610); Max value from RGB is 220 - color contains mainly: green. Hex color #D2DCB4 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D2DCB4 is #2D234B. Grayscale: #D4D4D4. Windows color (decimal): -2958156 or 11853010. OLE color: 11853010.
HSL color Cylindrical-coordinate representation of color #D2DCB4: hue angle of 75º degrees, saturation: 0.36, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #D2DCB4 is Cyan = 0.05, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 210 | 220 | 180 | - |
| CMYK | 0.05 | 0 | 0.18 | 0.14 |
| HSL | 75º | 0.36% | 0.78% | - |
| HSV(B) | 75º | 0.18% | 0.86% | - |
| XYZ | 60.41 | 68.18 | 53.16 | - |
| YUV | 212.45 | 109.69 | 126.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 220 | 180 | 0.05 | 0 | 0.18 | 0.14 | 75 | 0.36 | 0.78 |
| Hex | D2 | DC | B4 | 5 | 0 | 12 | E | 4B | 24 | 4E |
| Octal | 322 | 334 | 264 | 5 | 0 | 22 | 16 | 113 | 44 | 116 |
| Binary | 11010010 | 11011100 | 10110100 | 101 | 0 | 10010 | 1110 | 1001011 | 100100 | 1001110 |
Color Harmonies of #D2DCB4
Complementary color
Monochromatic Colors of #D2DCB4
Black with #D2DCB4
Text Example
Text Example
White with #D2DCB4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D2DCB4; }
p { color: rgb(210,220,180); }
H1.HeaderClassName
{
color: #D2DCB4;
}
.AnyTagClassName
{
color: #D2DCB4;
}
</style>
background-color css
<style>
a { background-color: #D2DCB4; }
a { background-color: rgb(210,220,180); }
div.DivClassName
{
background-color: #D2DCB4;
}
.BgClassName
{
background-color: #D2DCB4;
}
</style>
border-color css
<style>
span { border-color: #D2DCB4; }
span { border-color: rgb(210,220,180); }
td.TdClassName
{
border-color: #D2DCB4;
}
.TagClassName
{
border-color: #D2DCB4;
}
</style>