Shades of Twine #D0964E
Tints of Twine #D0964E
RGB
CMYK
RGB Variations
Color information
#D0964E (or 0xD0964E) is known color: Twine. HEX triplet: D0, 96 and 4E. RGB value is (208,150,78). Sum of RGB (Red+Green+Blue) = 208+150+78=436 (57% of max value = 765). Red value is 208 (81.64% from 255 or 47.71% from 436); Green value is 150 (58.98% from 255 or 34.40% from 436); Blue value is 78 (30.86% from 255 or 17.89% from 436); Max value from RGB is 208 - color contains mainly: red. Hex color #D0964E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D0964E is #2F69B1. Grayscale: #9F9F9F. Windows color (decimal): -3107250 or 5150416. OLE color: 5150416.
HSL color Cylindrical-coordinate representation of color #D0964E: hue angle of 33.23º degrees, saturation: 0.58, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #D0964E is Cyan = 0, Magento = 0.28, Yellow = 0.62 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 150 | 78 | - |
| CMYK | 0 | 0.28 | 0.62 | 0.18 |
| HSL | 33.23º | 0.58% | 0.56% | - |
| HSV(B) | 33.23º | 0.63% | 0.82% | - |
| XYZ | 38.29 | 35.77 | 12.09 | - |
| YUV | 159.13 | 82.22 | 162.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 150 | 78 | 0 | 0.28 | 0.62 | 0.18 | 33.23 | 0.58 | 0.56 |
| Hex | D0 | 96 | 4E | 0 | 1C | 3E | 12 | 21 | 3A | 38 |
| Octal | 320 | 226 | 116 | 0 | 34 | 76 | 22 | 41 | 72 | 70 |
| Binary | 11010000 | 10010110 | 1001110 | 0 | 11100 | 111110 | 10010 | 100001 | 111010 | 111000 |
Color Harmonies of #D0964E
Complementary color
Monochromatic Colors of #D0964E
Black with #D0964E
Text Example
Text Example
White with #D0964E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D0964E; }
p { color: rgb(208,150,78); }
H1.HeaderClassName
{
color: #D0964E;
}
.AnyTagClassName
{
color: #D0964E;
}
</style>
background-color css
<style>
a { background-color: #D0964E; }
a { background-color: rgb(208,150,78); }
div.DivClassName
{
background-color: #D0964E;
}
.BgClassName
{
background-color: #D0964E;
}
</style>
border-color css
<style>
span { border-color: #D0964E; }
span { border-color: rgb(208,150,78); }
td.TdClassName
{
border-color: #D0964E;
}
.TagClassName
{
border-color: #D0964E;
}
</style>