Shades of Raw Sienna #D6804D
Tints of Raw Sienna #D6804D
RGB
CMYK
RGB Variations
Color information
#D6804D (or 0xD6804D) is known color: Raw Sienna. HEX triplet: D6, 80 and 4D. RGB value is (214,128,77). Sum of RGB (Red+Green+Blue) = 214+128+77=419 (55% of max value = 765). Red value is 214 (83.98% from 255 or 51.07% from 419); Green value is 128 (50.39% from 255 or 30.55% from 419); Blue value is 77 (30.47% from 255 or 18.38% from 419); Max value from RGB is 214 - color contains mainly: red. Hex color #D6804D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D6804D is #297FB2. Grayscale: #949494. Windows color (decimal): -2719667 or 5079254. OLE color: 5079254.
HSL color Cylindrical-coordinate representation of color #D6804D: hue angle of 22.34º degrees, saturation: 0.63, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #D6804D is Cyan = 0, Magento = 0.40, Yellow = 0.64 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 128 | 77 | - |
| CMYK | 0 | 0.40 | 0.64 | 0.16 |
| HSL | 22.34º | 0.63% | 0.57% | - |
| HSV(B) | 22.34º | 0.64% | 0.84% | - |
| XYZ | 36.79 | 30.27 | 10.92 | - |
| YUV | 147.9 | 87.99 | 175.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 128 | 77 | 0 | 0.40 | 0.64 | 0.16 | 22.34 | 0.63 | 0.57 |
| Hex | D6 | 80 | 4D | 0 | 28 | 40 | 10 | 16 | 3F | 39 |
| Octal | 326 | 200 | 115 | 0 | 50 | 100 | 20 | 26 | 77 | 71 |
| Binary | 11010110 | 10000000 | 1001101 | 0 | 101000 | 1000000 | 10000 | 10110 | 111111 | 111001 |
Color Harmonies of #D6804D
Complementary color
Monochromatic Colors of #D6804D
Black with #D6804D
Text Example
Text Example
White with #D6804D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D6804D; }
p { color: rgb(214,128,77); }
H1.HeaderClassName
{
color: #D6804D;
}
.AnyTagClassName
{
color: #D6804D;
}
</style>
background-color css
<style>
a { background-color: #D6804D; }
a { background-color: rgb(214,128,77); }
div.DivClassName
{
background-color: #D6804D;
}
.BgClassName
{
background-color: #D6804D;
}
</style>
border-color css
<style>
span { border-color: #D6804D; }
span { border-color: rgb(214,128,77); }
td.TdClassName
{
border-color: #D6804D;
}
.TagClassName
{
border-color: #D6804D;
}
</style>