Shades of Red Damask #D66C44
Tints of Red Damask #D66C44
RGB
CMYK
RGB Variations
Color information
#D66C44 (or 0xD66C44) is known color: Red Damask. HEX triplet: D6, 6C and 44. RGB value is (214,108,68). Sum of RGB (Red+Green+Blue) = 214+108+68=390 (51% of max value = 765). Red value is 214 (83.98% from 255 or 54.87% from 390); Green value is 108 (42.58% from 255 or 27.69% from 390); Blue value is 68 (26.95% from 255 or 17.44% from 390); Max value from RGB is 214 - color contains mainly: red. Hex color #D66C44 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D66C44 is #2993BB. Grayscale: #878787. Windows color (decimal): -2724796 or 4484310. OLE color: 4484310.
HSL color Cylindrical-coordinate representation of color #D66C44: hue angle of 16.44º degrees, saturation: 0.64, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #D66C44 is Cyan = 0, Magento = 0.50, Yellow = 0.68 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 108 | 68 | - |
| CMYK | 0 | 0.50 | 0.68 | 0.16 |
| HSL | 16.44º | 0.64% | 0.55% | - |
| HSV(B) | 16.44º | 0.68% | 0.84% | - |
| XYZ | 34.14 | 25.44 | 8.58 | - |
| YUV | 135.13 | 90.12 | 184.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 108 | 68 | 0 | 0.50 | 0.68 | 0.16 | 16.44 | 0.64 | 0.55 |
| Hex | D6 | 6C | 44 | 0 | 32 | 44 | 10 | 10 | 40 | 37 |
| Octal | 326 | 154 | 104 | 0 | 62 | 104 | 20 | 20 | 100 | 67 |
| Binary | 11010110 | 1101100 | 1000100 | 0 | 110010 | 1000100 | 10000 | 10000 | 1000000 | 110111 |
Color Harmonies of #D66C44
Complementary color
Monochromatic Colors of #D66C44
Black with #D66C44
Text Example
Text Example
White with #D66C44
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D66C44; }
p { color: rgb(214,108,68); }
H1.HeaderClassName
{
color: #D66C44;
}
.AnyTagClassName
{
color: #D66C44;
}
</style>
background-color css
<style>
a { background-color: #D66C44; }
a { background-color: rgb(214,108,68); }
div.DivClassName
{
background-color: #D66C44;
}
.BgClassName
{
background-color: #D66C44;
}
</style>
border-color css
<style>
span { border-color: #D66C44; }
span { border-color: rgb(214,108,68); }
td.TdClassName
{
border-color: #D66C44;
}
.TagClassName
{
border-color: #D66C44;
}
</style>