Shades of Raw Sienna #DC834B
Tints of Raw Sienna #DC834B
RGB
CMYK
RGB Variations
Color information
#DC834B (or 0xDC834B) is known color: Raw Sienna. HEX triplet: DC, 83 and 4B. RGB value is (220,131,75). Sum of RGB (Red+Green+Blue) = 220+131+75=426 (56% of max value = 765). Red value is 220 (86.33% from 255 or 51.64% from 426); Green value is 131 (51.56% from 255 or 30.75% from 426); Blue value is 75 (29.69% from 255 or 17.61% from 426); Max value from RGB is 220 - color contains mainly: red. Hex color #DC834B is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DC834B is #237CB4. Grayscale: #979797. Windows color (decimal): -2325685 or 4948956. OLE color: 4948956.
HSL color Cylindrical-coordinate representation of color #DC834B: hue angle of 23.17º degrees, saturation: 0.67, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #DC834B is Cyan = 0, Magento = 0.40, Yellow = 0.66 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 131 | 75 | - |
| CMYK | 0 | 0.40 | 0.66 | 0.14 |
| HSL | 23.17º | 0.67% | 0.58% | - |
| HSV(B) | 23.17º | 0.66% | 0.86% | - |
| XYZ | 38.9 | 31.96 | 10.77 | - |
| YUV | 151.23 | 84.99 | 177.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 131 | 75 | 0 | 0.40 | 0.66 | 0.14 | 23.17 | 0.67 | 0.58 |
| Hex | DC | 83 | 4B | 0 | 28 | 42 | E | 17 | 43 | 3A |
| Octal | 334 | 203 | 113 | 0 | 50 | 102 | 16 | 27 | 103 | 72 |
| Binary | 11011100 | 10000011 | 1001011 | 0 | 101000 | 1000010 | 1110 | 10111 | 1000011 | 111010 |
Color Harmonies of #DC834B
Complementary color
Monochromatic Colors of #DC834B
Black with #DC834B
Text Example
Text Example
White with #DC834B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC834B; }
p { color: rgb(220,131,75); }
H1.HeaderClassName
{
color: #DC834B;
}
.AnyTagClassName
{
color: #DC834B;
}
</style>
background-color css
<style>
a { background-color: #DC834B; }
a { background-color: rgb(220,131,75); }
div.DivClassName
{
background-color: #DC834B;
}
.BgClassName
{
background-color: #DC834B;
}
</style>
border-color css
<style>
span { border-color: #DC834B; }
span { border-color: rgb(220,131,75); }
td.TdClassName
{
border-color: #DC834B;
}
.TagClassName
{
border-color: #DC834B;
}
</style>