Shades of Putty #DBB274
Tints of Putty #DBB274
RGB
CMYK
RGB Variations
Color information
#DBB274 (or 0xDBB274) is known color: Putty. HEX triplet: DB, B2 and 74. RGB value is (219,178,116). Sum of RGB (Red+Green+Blue) = 219+178+116=513 (67% of max value = 765). Red value is 219 (85.94% from 255 or 42.69% from 513); Green value is 178 (69.92% from 255 or 34.70% from 513); Blue value is 116 (45.70% from 255 or 22.61% from 513); Max value from RGB is 219 - color contains mainly: red. Hex color #DBB274 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DBB274 is #244D8B. Grayscale: #B7B7B7. Windows color (decimal): -2379148 or 7647963. OLE color: 7647963.
HSL color Cylindrical-coordinate representation of color #DBB274: hue angle of 36.12º degrees, saturation: 0.59, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #DBB274 is Cyan = 0, Magento = 0.19, Yellow = 0.47 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 178 | 116 | - |
| CMYK | 0 | 0.19 | 0.47 | 0.14 |
| HSL | 36.12º | 0.59% | 0.66% | - |
| HSV(B) | 36.12º | 0.47% | 0.86% | - |
| XYZ | 48.29 | 48.16 | 23.27 | - |
| YUV | 183.19 | 90.08 | 153.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 178 | 116 | 0 | 0.19 | 0.47 | 0.14 | 36.12 | 0.59 | 0.66 |
| Hex | DB | B2 | 74 | 0 | 13 | 2F | E | 24 | 3B | 42 |
| Octal | 333 | 262 | 164 | 0 | 23 | 57 | 16 | 44 | 73 | 102 |
| Binary | 11011011 | 10110010 | 1110100 | 0 | 10011 | 101111 | 1110 | 100100 | 111011 | 1000010 |
Color Harmonies of #DBB274
Complementary color
Monochromatic Colors of #DBB274
Black with #DBB274
Text Example
Text Example
White with #DBB274
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBB274; }
p { color: rgb(219,178,116); }
H1.HeaderClassName
{
color: #DBB274;
}
.AnyTagClassName
{
color: #DBB274;
}
</style>
background-color css
<style>
a { background-color: #DBB274; }
a { background-color: rgb(219,178,116); }
div.DivClassName
{
background-color: #DBB274;
}
.BgClassName
{
background-color: #DBB274;
}
</style>
border-color css
<style>
span { border-color: #DBB274; }
span { border-color: rgb(219,178,116); }
td.TdClassName
{
border-color: #DBB274;
}
.TagClassName
{
border-color: #DBB274;
}
</style>