Shades of Putty #D3B474
Tints of Putty #D3B474
RGB
CMYK
RGB Variations
Color information
#D3B474 (or 0xD3B474) is known color: Putty. HEX triplet: D3, B4 and 74. RGB value is (211,180,116). Sum of RGB (Red+Green+Blue) = 211+180+116=507 (67% of max value = 765). Red value is 211 (82.81% from 255 or 41.62% from 507); Green value is 180 (70.70% from 255 or 35.50% from 507); Blue value is 116 (45.70% from 255 or 22.88% from 507); Max value from RGB is 211 - color contains mainly: red. Hex color #D3B474 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D3B474 is #2C4B8B. Grayscale: #B6B6B6. Windows color (decimal): -2902924 or 7648467. OLE color: 7648467.
HSL color Cylindrical-coordinate representation of color #D3B474: hue angle of 40.42º degrees, saturation: 0.52, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #D3B474 is Cyan = 0, Magento = 0.15, Yellow = 0.45 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 211 | 180 | 116 | - |
| CMYK | 0 | 0.15 | 0.45 | 0.17 |
| HSL | 40.42º | 0.52% | 0.64% | - |
| HSV(B) | 40.42º | 0.45% | 0.83% | - |
| XYZ | 46.34 | 47.75 | 23.3 | - |
| YUV | 181.97 | 90.77 | 148.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 180 | 116 | 0 | 0.15 | 0.45 | 0.17 | 40.42 | 0.52 | 0.64 |
| Hex | D3 | B4 | 74 | 0 | F | 2D | 11 | 28 | 34 | 40 |
| Octal | 323 | 264 | 164 | 0 | 17 | 55 | 21 | 50 | 64 | 100 |
| Binary | 11010011 | 10110100 | 1110100 | 0 | 1111 | 101101 | 10001 | 101000 | 110100 | 1000000 |
Color Harmonies of #D3B474
Complementary color
Monochromatic Colors of #D3B474
Black with #D3B474
Text Example
Text Example
White with #D3B474
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D3B474; }
p { color: rgb(211,180,116); }
H1.HeaderClassName
{
color: #D3B474;
}
.AnyTagClassName
{
color: #D3B474;
}
</style>
background-color css
<style>
a { background-color: #D3B474; }
a { background-color: rgb(211,180,116); }
div.DivClassName
{
background-color: #D3B474;
}
.BgClassName
{
background-color: #D3B474;
}
</style>
border-color css
<style>
span { border-color: #D3B474; }
span { border-color: rgb(211,180,116); }
td.TdClassName
{
border-color: #D3B474;
}
.TagClassName
{
border-color: #D3B474;
}
</style>