Shades of Twine #D09A53
Tints of Twine #D09A53
RGB
CMYK
RGB Variations
Color information
#D09A53 (or 0xD09A53) is known color: Twine. HEX triplet: D0, 9A and 53. RGB value is (208,154,83). Sum of RGB (Red+Green+Blue) = 208+154+83=445 (58% of max value = 765). Red value is 208 (81.64% from 255 or 46.74% from 445); Green value is 154 (60.55% from 255 or 34.61% from 445); Blue value is 83 (32.81% from 255 or 18.65% from 445); Max value from RGB is 208 - color contains mainly: red. Hex color #D09A53 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D09A53 is #2F65AC. Grayscale: #A2A2A2. Windows color (decimal): -3106221 or 5479120. OLE color: 5479120.
HSL color Cylindrical-coordinate representation of color #D09A53: hue angle of 34.08º degrees, saturation: 0.57, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #D09A53 is Cyan = 0, Magento = 0.26, Yellow = 0.60 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 154 | 83 | - |
| CMYK | 0 | 0.26 | 0.60 | 0.18 |
| HSL | 34.08º | 0.57% | 0.57% | - |
| HSV(B) | 34.08º | 0.6% | 0.82% | - |
| XYZ | 39.13 | 37.15 | 13.29 | - |
| YUV | 162.05 | 83.39 | 160.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 154 | 83 | 0 | 0.26 | 0.60 | 0.18 | 34.08 | 0.57 | 0.57 |
| Hex | D0 | 9A | 53 | 0 | 1A | 3C | 12 | 22 | 39 | 39 |
| Octal | 320 | 232 | 123 | 0 | 32 | 74 | 22 | 42 | 71 | 71 |
| Binary | 11010000 | 10011010 | 1010011 | 0 | 11010 | 111100 | 10010 | 100010 | 111001 | 111001 |
Color Harmonies of #D09A53
Complementary color
Monochromatic Colors of #D09A53
Black with #D09A53
Text Example
Text Example
White with #D09A53
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D09A53; }
p { color: rgb(208,154,83); }
H1.HeaderClassName
{
color: #D09A53;
}
.AnyTagClassName
{
color: #D09A53;
}
</style>
background-color css
<style>
a { background-color: #D09A53; }
a { background-color: rgb(208,154,83); }
div.DivClassName
{
background-color: #D09A53;
}
.BgClassName
{
background-color: #D09A53;
}
</style>
border-color css
<style>
span { border-color: #D09A53; }
span { border-color: rgb(208,154,83); }
td.TdClassName
{
border-color: #D09A53;
}
.TagClassName
{
border-color: #D09A53;
}
</style>