Shades of Twine #D0974F
Tints of Twine #D0974F
RGB
CMYK
RGB Variations
Color information
#D0974F (or 0xD0974F) is known color: Twine. HEX triplet: D0, 97 and 4F. RGB value is (208,151,79). Sum of RGB (Red+Green+Blue) = 208+151+79=438 (58% of max value = 765). Red value is 208 (81.64% from 255 or 47.49% from 438); Green value is 151 (59.38% from 255 or 34.47% from 438); Blue value is 79 (31.25% from 255 or 18.04% from 438); Max value from RGB is 208 - color contains mainly: red. Hex color #D0974F is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D0974F is #2F68B0. Grayscale: #A0A0A0. Windows color (decimal): -3106993 or 5216208. OLE color: 5216208.
HSL color Cylindrical-coordinate representation of color #D0974F: hue angle of 33.49º 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 #D0974F is Cyan = 0, Magento = 0.27, Yellow = 0.62 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 151 | 79 | - |
| CMYK | 0 | 0.27 | 0.62 | 0.18 |
| HSL | 33.49º | 0.58% | 0.56% | - |
| HSV(B) | 33.49º | 0.62% | 0.82% | - |
| XYZ | 38.49 | 36.11 | 12.34 | - |
| YUV | 159.84 | 82.38 | 162.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 151 | 79 | 0 | 0.27 | 0.62 | 0.18 | 33.49 | 0.58 | 0.56 |
| Hex | D0 | 97 | 4F | 0 | 1B | 3E | 12 | 21 | 3A | 38 |
| Octal | 320 | 227 | 117 | 0 | 33 | 76 | 22 | 41 | 72 | 70 |
| Binary | 11010000 | 10010111 | 1001111 | 0 | 11011 | 111110 | 10010 | 100001 | 111010 | 111000 |
Color Harmonies of #D0974F
Complementary color
Monochromatic Colors of #D0974F
Black with #D0974F
Text Example
Text Example
White with #D0974F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D0974F; }
p { color: rgb(208,151,79); }
H1.HeaderClassName
{
color: #D0974F;
}
.AnyTagClassName
{
color: #D0974F;
}
</style>
background-color css
<style>
a { background-color: #D0974F; }
a { background-color: rgb(208,151,79); }
div.DivClassName
{
background-color: #D0974F;
}
.BgClassName
{
background-color: #D0974F;
}
</style>
border-color css
<style>
span { border-color: #D0974F; }
span { border-color: rgb(208,151,79); }
td.TdClassName
{
border-color: #D0974F;
}
.TagClassName
{
border-color: #D0974F;
}
</style>