Shades of Putty #D4B06C
Tints of Putty #D4B06C
RGB
CMYK
RGB Variations
Color information
#D4B06C (or 0xD4B06C) is known color: Putty. HEX triplet: D4, B0 and 6C. RGB value is (212,176,108). Sum of RGB (Red+Green+Blue) = 212+176+108=496 (65% of max value = 765). Red value is 212 (83.20% from 255 or 42.74% from 496); Green value is 176 (69.14% from 255 or 35.48% from 496); Blue value is 108 (42.58% from 255 or 21.77% from 496); Max value from RGB is 212 - color contains mainly: red. Hex color #D4B06C is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D4B06C is #2B4F93. Grayscale: #B3B3B3. Windows color (decimal): -2838420 or 7123156. OLE color: 7123156.
HSL color Cylindrical-coordinate representation of color #D4B06C: hue angle of 39.23º degrees, saturation: 0.55, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #D4B06C is Cyan = 0, Magento = 0.17, Yellow = 0.49 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 176 | 108 | - |
| CMYK | 0 | 0.17 | 0.49 | 0.17 |
| HSL | 39.23º | 0.55% | 0.63% | - |
| HSV(B) | 39.23º | 0.49% | 0.83% | - |
| XYZ | 45.38 | 46.13 | 20.7 | - |
| YUV | 179.01 | 87.93 | 151.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 176 | 108 | 0 | 0.17 | 0.49 | 0.17 | 39.23 | 0.55 | 0.63 |
| Hex | D4 | B0 | 6C | 0 | 11 | 31 | 11 | 27 | 37 | 3F |
| Octal | 324 | 260 | 154 | 0 | 21 | 61 | 21 | 47 | 67 | 77 |
| Binary | 11010100 | 10110000 | 1101100 | 0 | 10001 | 110001 | 10001 | 100111 | 110111 | 111111 |
Color Harmonies of #D4B06C
Complementary color
Monochromatic Colors of #D4B06C
Black with #D4B06C
Text Example
Text Example
White with #D4B06C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D4B06C; }
p { color: rgb(212,176,108); }
H1.HeaderClassName
{
color: #D4B06C;
}
.AnyTagClassName
{
color: #D4B06C;
}
</style>
background-color css
<style>
a { background-color: #D4B06C; }
a { background-color: rgb(212,176,108); }
div.DivClassName
{
background-color: #D4B06C;
}
.BgClassName
{
background-color: #D4B06C;
}
</style>
border-color css
<style>
span { border-color: #D4B06C; }
span { border-color: rgb(212,176,108); }
td.TdClassName
{
border-color: #D4B06C;
}
.TagClassName
{
border-color: #D4B06C;
}
</style>