Shades of Raw Sienna #D6803F
Tints of Raw Sienna #D6803F
RGB
CMYK
RGB Variations
Color information
#D6803F (or 0xD6803F) is known color: Raw Sienna. HEX triplet: D6, 80 and 3F. RGB value is (214,128,63). Sum of RGB (Red+Green+Blue) = 214+128+63=405 (53% of max value = 765). Red value is 214 (83.98% from 255 or 52.84% from 405); Green value is 128 (50.39% from 255 or 31.60% from 405); Blue value is 63 (25% from 255 or 15.56% from 405); Max value from RGB is 214 - color contains mainly: red. Hex color #D6803F is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D6803F is #297FC0. Grayscale: #929292. Windows color (decimal): -2719681 or 4161750. OLE color: 4161750.
HSL color Cylindrical-coordinate representation of color #D6803F: hue angle of 25.83º degrees, saturation: 0.65, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #D6803F is Cyan = 0, Magento = 0.40, Yellow = 0.71 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 128 | 63 | - |
| CMYK | 0 | 0.40 | 0.71 | 0.16 |
| HSL | 25.83º | 0.65% | 0.54% | - |
| HSV(B) | 25.83º | 0.71% | 0.84% | - |
| XYZ | 36.35 | 30.09 | 8.6 | - |
| YUV | 146.3 | 80.99 | 176.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 128 | 63 | 0 | 0.40 | 0.71 | 0.16 | 25.83 | 0.65 | 0.54 |
| Hex | D6 | 80 | 3F | 0 | 28 | 47 | 10 | 1A | 41 | 36 |
| Octal | 326 | 200 | 77 | 0 | 50 | 107 | 20 | 32 | 101 | 66 |
| Binary | 11010110 | 10000000 | 111111 | 0 | 101000 | 1000111 | 10000 | 11010 | 1000001 | 110110 |
Color Harmonies of #D6803F
Complementary color
Monochromatic Colors of #D6803F
Black with #D6803F
Text Example
Text Example
White with #D6803F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D6803F; }
p { color: rgb(214,128,63); }
H1.HeaderClassName
{
color: #D6803F;
}
.AnyTagClassName
{
color: #D6803F;
}
</style>
background-color css
<style>
a { background-color: #D6803F; }
a { background-color: rgb(214,128,63); }
div.DivClassName
{
background-color: #D6803F;
}
.BgClassName
{
background-color: #D6803F;
}
</style>
border-color css
<style>
span { border-color: #D6803F; }
span { border-color: rgb(214,128,63); }
td.TdClassName
{
border-color: #D6803F;
}
.TagClassName
{
border-color: #D6803F;
}
</style>