Shades of Putty #D4B572
Tints of Putty #D4B572
RGB
CMYK
RGB Variations
Color information
#D4B572 (or 0xD4B572) is known color: Putty. HEX triplet: D4, B5 and 72. RGB value is (212,181,114). Sum of RGB (Red+Green+Blue) = 212+181+114=507 (67% of max value = 765). Red value is 212 (83.20% from 255 or 41.81% from 507); Green value is 181 (71.09% from 255 or 35.70% from 507); Blue value is 114 (44.92% from 255 or 22.49% from 507); Max value from RGB is 212 - color contains mainly: red. Hex color #D4B572 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D4B572 is #2B4A8D. Grayscale: #B6B6B6. Windows color (decimal): -2837134 or 7517652. OLE color: 7517652.
HSL color Cylindrical-coordinate representation of color #D4B572: hue angle of 41.02º degrees, saturation: 0.53, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #D4B572 is Cyan = 0, Magento = 0.15, Yellow = 0.46 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 181 | 114 | - |
| CMYK | 0 | 0.15 | 0.46 | 0.17 |
| HSL | 41.02º | 0.53% | 0.64% | - |
| HSV(B) | 41.02º | 0.46% | 0.83% | - |
| XYZ | 46.71 | 48.26 | 22.77 | - |
| YUV | 182.63 | 89.27 | 148.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 181 | 114 | 0 | 0.15 | 0.46 | 0.17 | 41.02 | 0.53 | 0.64 |
| Hex | D4 | B5 | 72 | 0 | F | 2E | 11 | 29 | 35 | 40 |
| Octal | 324 | 265 | 162 | 0 | 17 | 56 | 21 | 51 | 65 | 100 |
| Binary | 11010100 | 10110101 | 1110010 | 0 | 1111 | 101110 | 10001 | 101001 | 110101 | 1000000 |
Color Harmonies of #D4B572
Complementary color
Monochromatic Colors of #D4B572
Black with #D4B572
Text Example
Text Example
White with #D4B572
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D4B572; }
p { color: rgb(212,181,114); }
H1.HeaderClassName
{
color: #D4B572;
}
.AnyTagClassName
{
color: #D4B572;
}
</style>
background-color css
<style>
a { background-color: #D4B572; }
a { background-color: rgb(212,181,114); }
div.DivClassName
{
background-color: #D4B572;
}
.BgClassName
{
background-color: #D4B572;
}
</style>
border-color css
<style>
span { border-color: #D4B572; }
span { border-color: rgb(212,181,114); }
td.TdClassName
{
border-color: #D4B572;
}
.TagClassName
{
border-color: #D4B572;
}
</style>