Shades of Twine #D0984E
Tints of Twine #D0984E
RGB
CMYK
RGB Variations
Color information
#D0984E (or 0xD0984E) is known color: Twine. HEX triplet: D0, 98 and 4E. RGB value is (208,152,78). Sum of RGB (Red+Green+Blue) = 208+152+78=438 (58% of max value = 765). Red value is 208 (81.64% from 255 or 47.49% from 438); Green value is 152 (59.77% from 255 or 34.70% from 438); Blue value is 78 (30.86% from 255 or 17.81% from 438); Max value from RGB is 208 - color contains mainly: red. Hex color #D0984E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D0984E is #2F67B1. Grayscale: #A0A0A0. Windows color (decimal): -3106738 or 5150928. OLE color: 5150928.
HSL color Cylindrical-coordinate representation of color #D0984E: hue angle of 34.15º 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 #D0984E is Cyan = 0, Magento = 0.27, Yellow = 0.62 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 152 | 78 | - |
| CMYK | 0 | 0.27 | 0.62 | 0.18 |
| HSL | 34.15º | 0.58% | 0.56% | - |
| HSV(B) | 34.15º | 0.63% | 0.82% | - |
| XYZ | 38.62 | 36.42 | 12.2 | - |
| YUV | 160.31 | 81.55 | 162.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 152 | 78 | 0 | 0.27 | 0.62 | 0.18 | 34.15 | 0.58 | 0.56 |
| Hex | D0 | 98 | 4E | 0 | 1B | 3E | 12 | 22 | 3A | 38 |
| Octal | 320 | 230 | 116 | 0 | 33 | 76 | 22 | 42 | 72 | 70 |
| Binary | 11010000 | 10011000 | 1001110 | 0 | 11011 | 111110 | 10010 | 100010 | 111010 | 111000 |
Color Harmonies of #D0984E
Complementary color
Monochromatic Colors of #D0984E
Black with #D0984E
Text Example
Text Example
White with #D0984E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D0984E; }
p { color: rgb(208,152,78); }
H1.HeaderClassName
{
color: #D0984E;
}
.AnyTagClassName
{
color: #D0984E;
}
</style>
background-color css
<style>
a { background-color: #D0984E; }
a { background-color: rgb(208,152,78); }
div.DivClassName
{
background-color: #D0984E;
}
.BgClassName
{
background-color: #D0984E;
}
</style>
border-color css
<style>
span { border-color: #D0984E; }
span { border-color: rgb(208,152,78); }
td.TdClassName
{
border-color: #D0984E;
}
.TagClassName
{
border-color: #D0984E;
}
</style>