Shades of Harp #D1DFB1
Tints of Harp #D1DFB1
RGB
CMYK
RGB Variations
Color information
#D1DFB1 (or 0xD1DFB1) is known color: Harp. HEX triplet: D1, DF and B1. RGB value is (209,223,177). Sum of RGB (Red+Green+Blue) = 209+223+177=609 (80% of max value = 765). Red value is 209 (82.03% from 255 or 34.32% from 609); Green value is 223 (87.5% from 255 or 36.62% from 609); Blue value is 177 (69.53% from 255 or 29.06% from 609); Max value from RGB is 223 - color contains mainly: green. Hex color #D1DFB1 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D1DFB1 is #2E204E. Grayscale: #D5D5D5. Windows color (decimal): -3022927 or 11657169. OLE color: 11657169.
HSL color Cylindrical-coordinate representation of color #D1DFB1: hue angle of 78.26º degrees, saturation: 0.42, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #D1DFB1 is Cyan = 0.06, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 209 | 223 | 177 | - |
| CMYK | 0.06 | 0 | 0.21 | 0.13 |
| HSL | 78.26º | 0.42% | 0.78% | - |
| HSV(B) | 78.26º | 0.21% | 0.87% | - |
| XYZ | 60.62 | 69.5 | 51.82 | - |
| YUV | 213.57 | 107.36 | 124.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 223 | 177 | 0.06 | 0 | 0.21 | 0.13 | 78.26 | 0.42 | 0.78 |
| Hex | D1 | DF | B1 | 6 | 0 | 15 | D | 4E | 2A | 4E |
| Octal | 321 | 337 | 261 | 6 | 0 | 25 | 15 | 116 | 52 | 116 |
| Binary | 11010001 | 11011111 | 10110001 | 110 | 0 | 10101 | 1101 | 1001110 | 101010 | 1001110 |
Color Harmonies of #D1DFB1
Complementary color
Monochromatic Colors of #D1DFB1
Black with #D1DFB1
Text Example
Text Example
White with #D1DFB1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D1DFB1; }
p { color: rgb(209,223,177); }
H1.HeaderClassName
{
color: #D1DFB1;
}
.AnyTagClassName
{
color: #D1DFB1;
}
</style>
background-color css
<style>
a { background-color: #D1DFB1; }
a { background-color: rgb(209,223,177); }
div.DivClassName
{
background-color: #D1DFB1;
}
.BgClassName
{
background-color: #D1DFB1;
}
</style>
border-color css
<style>
span { border-color: #D1DFB1; }
span { border-color: rgb(209,223,177); }
td.TdClassName
{
border-color: #D1DFB1;
}
.TagClassName
{
border-color: #D1DFB1;
}
</style>