Shades of Putty #D4B46B
Tints of Putty #D4B46B
RGB
CMYK
RGB Variations
Color information
#D4B46B (or 0xD4B46B) is known color: Putty. HEX triplet: D4, B4 and 6B. RGB value is (212,180,107). Sum of RGB (Red+Green+Blue) = 212+180+107=499 (66% of max value = 765). Red value is 212 (83.20% from 255 or 42.48% from 499); Green value is 180 (70.70% from 255 or 36.07% from 499); Blue value is 107 (42.19% from 255 or 21.44% from 499); Max value from RGB is 212 - color contains mainly: red. Hex color #D4B46B is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D4B46B is #2B4B94. Grayscale: #B5B5B5. Windows color (decimal): -2837397 or 7058644. OLE color: 7058644.
HSL color Cylindrical-coordinate representation of color #D4B46B: hue angle of 41.71º degrees, saturation: 0.55, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #D4B46B is Cyan = 0, Magento = 0.15, Yellow = 0.50 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 180 | 107 | - |
| CMYK | 0 | 0.15 | 0.50 | 0.17 |
| HSL | 41.71º | 0.55% | 0.63% | - |
| HSV(B) | 41.71º | 0.5% | 0.83% | - |
| XYZ | 46.13 | 47.7 | 20.69 | - |
| YUV | 181.25 | 86.1 | 149.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 180 | 107 | 0 | 0.15 | 0.50 | 0.17 | 41.71 | 0.55 | 0.63 |
| Hex | D4 | B4 | 6B | 0 | F | 32 | 11 | 2A | 37 | 3F |
| Octal | 324 | 264 | 153 | 0 | 17 | 62 | 21 | 52 | 67 | 77 |
| Binary | 11010100 | 10110100 | 1101011 | 0 | 1111 | 110010 | 10001 | 101010 | 110111 | 111111 |
Color Harmonies of #D4B46B
Complementary color
Monochromatic Colors of #D4B46B
Black with #D4B46B
Text Example
Text Example
White with #D4B46B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D4B46B; }
p { color: rgb(212,180,107); }
H1.HeaderClassName
{
color: #D4B46B;
}
.AnyTagClassName
{
color: #D4B46B;
}
</style>
background-color css
<style>
a { background-color: #D4B46B; }
a { background-color: rgb(212,180,107); }
div.DivClassName
{
background-color: #D4B46B;
}
.BgClassName
{
background-color: #D4B46B;
}
</style>
border-color css
<style>
span { border-color: #D4B46B; }
span { border-color: rgb(212,180,107); }
td.TdClassName
{
border-color: #D4B46B;
}
.TagClassName
{
border-color: #D4B46B;
}
</style>