Shades of Twine #D09850
Tints of Twine #D09850
RGB
CMYK
RGB Variations
Color information
#D09850 (or 0xD09850) is known color: Twine. HEX triplet: D0, 98 and 50. RGB value is (208,152,80). Sum of RGB (Red+Green+Blue) = 208+152+80=440 (58% of max value = 765). Red value is 208 (81.64% from 255 or 47.27% from 440); Green value is 152 (59.77% from 255 or 34.55% from 440); Blue value is 80 (31.64% from 255 or 18.18% from 440); Max value from RGB is 208 - color contains mainly: red. Hex color #D09850 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D09850 is #2F67AF. Grayscale: #A0A0A0. Windows color (decimal): -3106736 or 5282000. OLE color: 5282000.
HSL color Cylindrical-coordinate representation of color #D09850: hue angle of 33.75º 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 #D09850 is Cyan = 0, Magento = 0.27, Yellow = 0.62 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 152 | 80 | - |
| CMYK | 0 | 0.27 | 0.62 | 0.18 |
| HSL | 33.75º | 0.58% | 0.56% | - |
| HSV(B) | 33.75º | 0.62% | 0.82% | - |
| XYZ | 38.69 | 36.45 | 12.59 | - |
| YUV | 160.54 | 82.55 | 161.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 152 | 80 | 0 | 0.27 | 0.62 | 0.18 | 33.75 | 0.58 | 0.56 |
| Hex | D0 | 98 | 50 | 0 | 1B | 3E | 12 | 22 | 3A | 38 |
| Octal | 320 | 230 | 120 | 0 | 33 | 76 | 22 | 42 | 72 | 70 |
| Binary | 11010000 | 10011000 | 1010000 | 0 | 11011 | 111110 | 10010 | 100010 | 111010 | 111000 |
Color Harmonies of #D09850
Complementary color
Monochromatic Colors of #D09850
Black with #D09850
Text Example
Text Example
White with #D09850
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D09850; }
p { color: rgb(208,152,80); }
H1.HeaderClassName
{
color: #D09850;
}
.AnyTagClassName
{
color: #D09850;
}
</style>
background-color css
<style>
a { background-color: #D09850; }
a { background-color: rgb(208,152,80); }
div.DivClassName
{
background-color: #D09850;
}
.BgClassName
{
background-color: #D09850;
}
</style>
border-color css
<style>
span { border-color: #D09850; }
span { border-color: rgb(208,152,80); }
td.TdClassName
{
border-color: #D09850;
}
.TagClassName
{
border-color: #D09850;
}
</style>