Shades of Putty #D1B27A
Tints of Putty #D1B27A
RGB
CMYK
RGB Variations
Color information
#D1B27A (or 0xD1B27A) is known color: Putty. HEX triplet: D1, B2 and 7A. RGB value is (209,178,122). Sum of RGB (Red+Green+Blue) = 209+178+122=509 (67% of max value = 765). Red value is 209 (82.03% from 255 or 41.06% from 509); Green value is 178 (69.92% from 255 or 34.97% from 509); Blue value is 122 (48.05% from 255 or 23.97% from 509); Max value from RGB is 209 - color contains mainly: red. Hex color #D1B27A is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D1B27A is #2E4D85. Grayscale: #B5B5B5. Windows color (decimal): -3034502 or 8041169. OLE color: 8041169.
HSL color Cylindrical-coordinate representation of color #D1B27A: hue angle of 38.62º degrees, saturation: 0.49, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #D1B27A is Cyan = 0, Magento = 0.15, Yellow = 0.42 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 178 | 122 | - |
| CMYK | 0 | 0.15 | 0.42 | 0.18 |
| HSL | 38.62º | 0.49% | 0.65% | - |
| HSV(B) | 38.62º | 0.42% | 0.82% | - |
| XYZ | 45.73 | 46.8 | 25.04 | - |
| YUV | 180.89 | 94.77 | 148.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 178 | 122 | 0 | 0.15 | 0.42 | 0.18 | 38.62 | 0.49 | 0.65 |
| Hex | D1 | B2 | 7A | 0 | F | 2A | 12 | 27 | 31 | 41 |
| Octal | 321 | 262 | 172 | 0 | 17 | 52 | 22 | 47 | 61 | 101 |
| Binary | 11010001 | 10110010 | 1111010 | 0 | 1111 | 101010 | 10010 | 100111 | 110001 | 1000001 |
Color Harmonies of #D1B27A
Complementary color
Monochromatic Colors of #D1B27A
Black with #D1B27A
Text Example
Text Example
White with #D1B27A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D1B27A; }
p { color: rgb(209,178,122); }
H1.HeaderClassName
{
color: #D1B27A;
}
.AnyTagClassName
{
color: #D1B27A;
}
</style>
background-color css
<style>
a { background-color: #D1B27A; }
a { background-color: rgb(209,178,122); }
div.DivClassName
{
background-color: #D1B27A;
}
.BgClassName
{
background-color: #D1B27A;
}
</style>
border-color css
<style>
span { border-color: #D1B27A; }
span { border-color: rgb(209,178,122); }
td.TdClassName
{
border-color: #D1B27A;
}
.TagClassName
{
border-color: #D1B27A;
}
</style>