Shades of Whiskey #DD9567
Tints of Whiskey #DD9567
RGB
CMYK
RGB Variations
Color information
#DD9567 (or 0xDD9567) is known color: Whiskey. HEX triplet: DD, 95 and 67. RGB value is (221,149,103). Sum of RGB (Red+Green+Blue) = 221+149+103=473 (62% of max value = 765). Red value is 221 (86.72% from 255 or 46.72% from 473); Green value is 149 (58.59% from 255 or 31.50% from 473); Blue value is 103 (40.62% from 255 or 21.78% from 473); Max value from RGB is 221 - color contains mainly: red. Hex color #DD9567 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DD9567 is #226A98. Grayscale: #A5A5A5. Windows color (decimal): -2255513 or 6788573. OLE color: 6788573.
HSL color Cylindrical-coordinate representation of color #DD9567: hue angle of 23.39º degrees, saturation: 0.63, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #DD9567 is Cyan = 0, Magento = 0.33, Yellow = 0.53 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 149 | 103 | - |
| CMYK | 0 | 0.33 | 0.53 | 0.13 |
| HSL | 23.39º | 0.63% | 0.64% | - |
| HSV(B) | 23.39º | 0.53% | 0.87% | - |
| XYZ | 43.01 | 37.85 | 17.87 | - |
| YUV | 165.28 | 92.85 | 167.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 149 | 103 | 0 | 0.33 | 0.53 | 0.13 | 23.39 | 0.63 | 0.64 |
| Hex | DD | 95 | 67 | 0 | 21 | 35 | D | 17 | 3F | 40 |
| Octal | 335 | 225 | 147 | 0 | 41 | 65 | 15 | 27 | 77 | 100 |
| Binary | 11011101 | 10010101 | 1100111 | 0 | 100001 | 110101 | 1101 | 10111 | 111111 | 1000000 |
Color Harmonies of #DD9567
Complementary color
Monochromatic Colors of #DD9567
Black with #DD9567
Text Example
Text Example
White with #DD9567
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD9567; }
p { color: rgb(221,149,103); }
H1.HeaderClassName
{
color: #DD9567;
}
.AnyTagClassName
{
color: #DD9567;
}
</style>
background-color css
<style>
a { background-color: #DD9567; }
a { background-color: rgb(221,149,103); }
div.DivClassName
{
background-color: #DD9567;
}
.BgClassName
{
background-color: #DD9567;
}
</style>
border-color css
<style>
span { border-color: #DD9567; }
span { border-color: rgb(221,149,103); }
td.TdClassName
{
border-color: #DD9567;
}
.TagClassName
{
border-color: #DD9567;
}
</style>