Shades of Whiskey #D29067
Tints of Whiskey #D29067
RGB
CMYK
RGB Variations
Color information
#D29067 (or 0xD29067) is known color: Whiskey. HEX triplet: D2, 90 and 67. RGB value is (210,144,103). Sum of RGB (Red+Green+Blue) = 210+144+103=457 (60% of max value = 765). Red value is 210 (82.42% from 255 or 45.95% from 457); Green value is 144 (56.64% from 255 or 31.51% from 457); Blue value is 103 (40.62% from 255 or 22.54% from 457); Max value from RGB is 210 - color contains mainly: red. Hex color #D29067 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D29067 is #2D6F98. Grayscale: #9F9F9F. Windows color (decimal): -2977689 or 6787282. OLE color: 6787282.
HSL color Cylindrical-coordinate representation of color #D29067: hue angle of 22.99º degrees, saturation: 0.54, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #D29067 is Cyan = 0, Magento = 0.31, Yellow = 0.51 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 144 | 103 | - |
| CMYK | 0 | 0.31 | 0.51 | 0.18 |
| HSL | 22.99º | 0.54% | 0.61% | - |
| HSV(B) | 22.99º | 0.51% | 0.82% | - |
| XYZ | 39 | 34.63 | 17.46 | - |
| YUV | 159.06 | 96.37 | 164.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 144 | 103 | 0 | 0.31 | 0.51 | 0.18 | 22.99 | 0.54 | 0.61 |
| Hex | D2 | 90 | 67 | 0 | 1F | 33 | 12 | 17 | 36 | 3D |
| Octal | 322 | 220 | 147 | 0 | 37 | 63 | 22 | 27 | 66 | 75 |
| Binary | 11010010 | 10010000 | 1100111 | 0 | 11111 | 110011 | 10010 | 10111 | 110110 | 111101 |
Color Harmonies of #D29067
Complementary color
Monochromatic Colors of #D29067
Black with #D29067
Text Example
Text Example
White with #D29067
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D29067; }
p { color: rgb(210,144,103); }
H1.HeaderClassName
{
color: #D29067;
}
.AnyTagClassName
{
color: #D29067;
}
</style>
background-color css
<style>
a { background-color: #D29067; }
a { background-color: rgb(210,144,103); }
div.DivClassName
{
background-color: #D29067;
}
.BgClassName
{
background-color: #D29067;
}
</style>
border-color css
<style>
span { border-color: #D29067; }
span { border-color: rgb(210,144,103); }
td.TdClassName
{
border-color: #D29067;
}
.TagClassName
{
border-color: #D29067;
}
</style>