Shades of Raw Sienna #D6824D
Tints of Raw Sienna #D6824D
RGB
CMYK
RGB Variations
Color information
#D6824D (or 0xD6824D) is known color: Raw Sienna. HEX triplet: D6, 82 and 4D. RGB value is (214,130,77). Sum of RGB (Red+Green+Blue) = 214+130+77=421 (55% of max value = 765). Red value is 214 (83.98% from 255 or 50.83% from 421); Green value is 130 (51.17% from 255 or 30.88% from 421); Blue value is 77 (30.47% from 255 or 18.29% from 421); Max value from RGB is 214 - color contains mainly: red. Hex color #D6824D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D6824D is #297DB2. Grayscale: #959595. Windows color (decimal): -2719155 or 5079766. OLE color: 5079766.
HSL color Cylindrical-coordinate representation of color #D6824D: hue angle of 23.21º 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 #D6824D is Cyan = 0, Magento = 0.39, Yellow = 0.64 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 130 | 77 | - |
| CMYK | 0 | 0.39 | 0.64 | 0.16 |
| HSL | 23.21º | 0.63% | 0.57% | - |
| HSV(B) | 23.21º | 0.64% | 0.84% | - |
| XYZ | 37.05 | 30.8 | 11.01 | - |
| YUV | 149.07 | 87.33 | 174.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 130 | 77 | 0 | 0.39 | 0.64 | 0.16 | 23.21 | 0.63 | 0.57 |
| Hex | D6 | 82 | 4D | 0 | 27 | 40 | 10 | 17 | 3F | 39 |
| Octal | 326 | 202 | 115 | 0 | 47 | 100 | 20 | 27 | 77 | 71 |
| Binary | 11010110 | 10000010 | 1001101 | 0 | 100111 | 1000000 | 10000 | 10111 | 111111 | 111001 |
Color Harmonies of #D6824D
Complementary color
Monochromatic Colors of #D6824D
Black with #D6824D
Text Example
Text Example
White with #D6824D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D6824D; }
p { color: rgb(214,130,77); }
H1.HeaderClassName
{
color: #D6824D;
}
.AnyTagClassName
{
color: #D6824D;
}
</style>
background-color css
<style>
a { background-color: #D6824D; }
a { background-color: rgb(214,130,77); }
div.DivClassName
{
background-color: #D6824D;
}
.BgClassName
{
background-color: #D6824D;
}
</style>
border-color css
<style>
span { border-color: #D6824D; }
span { border-color: rgb(214,130,77); }
td.TdClassName
{
border-color: #D6824D;
}
.TagClassName
{
border-color: #D6824D;
}
</style>