Shades of Twine #D0974E
Tints of Twine #D0974E
RGB
CMYK
RGB Variations
Color information
#D0974E (or 0xD0974E) is known color: Twine. HEX triplet: D0, 97 and 4E. RGB value is (208,151,78). Sum of RGB (Red+Green+Blue) = 208+151+78=437 (57% of max value = 765). Red value is 208 (81.64% from 255 or 47.60% from 437); Green value is 151 (59.38% from 255 or 34.55% from 437); Blue value is 78 (30.86% from 255 or 17.85% from 437); Max value from RGB is 208 - color contains mainly: red. Hex color #D0974E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D0974E is #2F68B1. Grayscale: #A0A0A0. Windows color (decimal): -3106994 or 5150672. OLE color: 5150672.
HSL color Cylindrical-coordinate representation of color #D0974E: hue angle of 33.69º 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 #D0974E is Cyan = 0, Magento = 0.27, Yellow = 0.62 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 151 | 78 | - |
| CMYK | 0 | 0.27 | 0.62 | 0.18 |
| HSL | 33.69º | 0.58% | 0.56% | - |
| HSV(B) | 33.69º | 0.63% | 0.82% | - |
| XYZ | 38.45 | 36.09 | 12.15 | - |
| YUV | 159.72 | 81.88 | 162.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 151 | 78 | 0 | 0.27 | 0.62 | 0.18 | 33.69 | 0.58 | 0.56 |
| Hex | D0 | 97 | 4E | 0 | 1B | 3E | 12 | 22 | 3A | 38 |
| Octal | 320 | 227 | 116 | 0 | 33 | 76 | 22 | 42 | 72 | 70 |
| Binary | 11010000 | 10010111 | 1001110 | 0 | 11011 | 111110 | 10010 | 100010 | 111010 | 111000 |
Color Harmonies of #D0974E
Complementary color
Monochromatic Colors of #D0974E
Black with #D0974E
Text Example
Text Example
White with #D0974E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D0974E; }
p { color: rgb(208,151,78); }
H1.HeaderClassName
{
color: #D0974E;
}
.AnyTagClassName
{
color: #D0974E;
}
</style>
background-color css
<style>
a { background-color: #D0974E; }
a { background-color: rgb(208,151,78); }
div.DivClassName
{
background-color: #D0974E;
}
.BgClassName
{
background-color: #D0974E;
}
</style>
border-color css
<style>
span { border-color: #D0974E; }
span { border-color: rgb(208,151,78); }
td.TdClassName
{
border-color: #D0974E;
}
.TagClassName
{
border-color: #D0974E;
}
</style>