Shades of Whiskey #D29367
Tints of Whiskey #D29367
RGB
CMYK
RGB Variations
Color information
#D29367 (or 0xD29367) is known color: Whiskey. HEX triplet: D2, 93 and 67. RGB value is (210,147,103). Sum of RGB (Red+Green+Blue) = 210+147+103=460 (60% of max value = 765). Red value is 210 (82.42% from 255 or 45.65% from 460); Green value is 147 (57.81% from 255 or 31.96% from 460); Blue value is 103 (40.62% from 255 or 22.39% from 460); Max value from RGB is 210 - color contains mainly: red. Hex color #D29367 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D29367 is #2D6C98. Grayscale: #A1A1A1. Windows color (decimal): -2976921 or 6788050. OLE color: 6788050.
HSL color Cylindrical-coordinate representation of color #D29367: hue angle of 24.67º 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 #D29367 is Cyan = 0, Magento = 0.30, Yellow = 0.51 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 147 | 103 | - |
| CMYK | 0 | 0.30 | 0.51 | 0.18 |
| HSL | 24.67º | 0.54% | 0.61% | - |
| HSV(B) | 24.67º | 0.51% | 0.82% | - |
| XYZ | 39.46 | 35.55 | 17.61 | - |
| YUV | 160.82 | 95.37 | 163.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 147 | 103 | 0 | 0.30 | 0.51 | 0.18 | 24.67 | 0.54 | 0.61 |
| Hex | D2 | 93 | 67 | 0 | 1E | 33 | 12 | 19 | 36 | 3D |
| Octal | 322 | 223 | 147 | 0 | 36 | 63 | 22 | 31 | 66 | 75 |
| Binary | 11010010 | 10010011 | 1100111 | 0 | 11110 | 110011 | 10010 | 11001 | 110110 | 111101 |
Color Harmonies of #D29367
Complementary color
Monochromatic Colors of #D29367
Black with #D29367
Text Example
Text Example
White with #D29367
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D29367; }
p { color: rgb(210,147,103); }
H1.HeaderClassName
{
color: #D29367;
}
.AnyTagClassName
{
color: #D29367;
}
</style>
background-color css
<style>
a { background-color: #D29367; }
a { background-color: rgb(210,147,103); }
div.DivClassName
{
background-color: #D29367;
}
.BgClassName
{
background-color: #D29367;
}
</style>
border-color css
<style>
span { border-color: #D29367; }
span { border-color: rgb(210,147,103); }
td.TdClassName
{
border-color: #D29367;
}
.TagClassName
{
border-color: #D29367;
}
</style>