Shades of Putty #D1B46A
Tints of Putty #D1B46A
RGB
CMYK
RGB Variations
Color information
#D1B46A (or 0xD1B46A) is known color: Putty. HEX triplet: D1, B4 and 6A. RGB value is (209,180,106). Sum of RGB (Red+Green+Blue) = 209+180+106=495 (65% of max value = 765). Red value is 209 (82.03% from 255 or 42.22% from 495); Green value is 180 (70.70% from 255 or 36.36% from 495); Blue value is 106 (41.80% from 255 or 21.41% from 495); Max value from RGB is 209 - color contains mainly: red. Hex color #D1B46A is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D1B46A is #2E4B95. Grayscale: #B4B4B4. Windows color (decimal): -3034006 or 6993105. OLE color: 6993105.
HSL color Cylindrical-coordinate representation of color #D1B46A: hue angle of 43.11º degrees, saturation: 0.53, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #D1B46A is Cyan = 0, Magento = 0.14, Yellow = 0.49 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 180 | 106 | - |
| CMYK | 0 | 0.14 | 0.49 | 0.18 |
| HSL | 43.11º | 0.53% | 0.62% | - |
| HSV(B) | 43.11º | 0.49% | 0.82% | - |
| XYZ | 45.22 | 47.24 | 20.37 | - |
| YUV | 180.24 | 86.11 | 148.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 180 | 106 | 0 | 0.14 | 0.49 | 0.18 | 43.11 | 0.53 | 0.62 |
| Hex | D1 | B4 | 6A | 0 | E | 31 | 12 | 2B | 35 | 3E |
| Octal | 321 | 264 | 152 | 0 | 16 | 61 | 22 | 53 | 65 | 76 |
| Binary | 11010001 | 10110100 | 1101010 | 0 | 1110 | 110001 | 10010 | 101011 | 110101 | 111110 |
Color Harmonies of #D1B46A
Complementary color
Monochromatic Colors of #D1B46A
Black with #D1B46A
Text Example
Text Example
White with #D1B46A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D1B46A; }
p { color: rgb(209,180,106); }
H1.HeaderClassName
{
color: #D1B46A;
}
.AnyTagClassName
{
color: #D1B46A;
}
</style>
background-color css
<style>
a { background-color: #D1B46A; }
a { background-color: rgb(209,180,106); }
div.DivClassName
{
background-color: #D1B46A;
}
.BgClassName
{
background-color: #D1B46A;
}
</style>
border-color css
<style>
span { border-color: #D1B46A; }
span { border-color: rgb(209,180,106); }
td.TdClassName
{
border-color: #D1B46A;
}
.TagClassName
{
border-color: #D1B46A;
}
</style>