Shades of Putty #D1B27B
Tints of Putty #D1B27B
RGB
CMYK
RGB Variations
Color information
#D1B27B (or 0xD1B27B) is known color: Putty. HEX triplet: D1, B2 and 7B. RGB value is (209,178,123). Sum of RGB (Red+Green+Blue) = 209+178+123=510 (67% of max value = 765). Red value is 209 (82.03% from 255 or 40.98% from 510); Green value is 178 (69.92% from 255 or 34.90% from 510); Blue value is 123 (48.44% from 255 or 24.12% from 510); Max value from RGB is 209 - color contains mainly: red. Hex color #D1B27B is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D1B27B is #2E4D84. Grayscale: #B5B5B5. Windows color (decimal): -3034501 or 8106705. OLE color: 8106705.
HSL color Cylindrical-coordinate representation of color #D1B27B: hue angle of 38.37º degrees, saturation: 0.48, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #D1B27B is Cyan = 0, Magento = 0.15, Yellow = 0.41 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 178 | 123 | - |
| CMYK | 0 | 0.15 | 0.41 | 0.18 |
| HSL | 38.37º | 0.48% | 0.65% | - |
| HSV(B) | 38.37º | 0.41% | 0.82% | - |
| XYZ | 45.79 | 46.83 | 25.36 | - |
| YUV | 181 | 95.27 | 147.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 178 | 123 | 0 | 0.15 | 0.41 | 0.18 | 38.37 | 0.48 | 0.65 |
| Hex | D1 | B2 | 7B | 0 | F | 29 | 12 | 26 | 30 | 41 |
| Octal | 321 | 262 | 173 | 0 | 17 | 51 | 22 | 46 | 60 | 101 |
| Binary | 11010001 | 10110010 | 1111011 | 0 | 1111 | 101001 | 10010 | 100110 | 110000 | 1000001 |
Color Harmonies of #D1B27B
Complementary color
Monochromatic Colors of #D1B27B
Black with #D1B27B
Text Example
Text Example
White with #D1B27B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D1B27B; }
p { color: rgb(209,178,123); }
H1.HeaderClassName
{
color: #D1B27B;
}
.AnyTagClassName
{
color: #D1B27B;
}
</style>
background-color css
<style>
a { background-color: #D1B27B; }
a { background-color: rgb(209,178,123); }
div.DivClassName
{
background-color: #D1B27B;
}
.BgClassName
{
background-color: #D1B27B;
}
</style>
border-color css
<style>
span { border-color: #D1B27B; }
span { border-color: rgb(209,178,123); }
td.TdClassName
{
border-color: #D1B27B;
}
.TagClassName
{
border-color: #D1B27B;
}
</style>