Shades of Raw Sienna #DC844B
Tints of Raw Sienna #DC844B
RGB
CMYK
RGB Variations
Color information
#DC844B (or 0xDC844B) is known color: Raw Sienna. HEX triplet: DC, 84 and 4B. RGB value is (220,132,75). Sum of RGB (Red+Green+Blue) = 220+132+75=427 (56% of max value = 765). Red value is 220 (86.33% from 255 or 51.52% from 427); Green value is 132 (51.95% from 255 or 30.91% from 427); Blue value is 75 (29.69% from 255 or 17.56% from 427); Max value from RGB is 220 - color contains mainly: red. Hex color #DC844B is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DC844B is #237BB4. Grayscale: #989898. Windows color (decimal): -2325429 or 4949212. OLE color: 4949212.
HSL color Cylindrical-coordinate representation of color #DC844B: hue angle of 23.59º 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 #DC844B is Cyan = 0, Magento = 0.40, Yellow = 0.66 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 132 | 75 | - |
| CMYK | 0 | 0.40 | 0.66 | 0.14 |
| HSL | 23.59º | 0.67% | 0.58% | - |
| HSV(B) | 23.59º | 0.66% | 0.86% | - |
| XYZ | 39.04 | 32.23 | 10.82 | - |
| YUV | 151.81 | 84.65 | 176.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 132 | 75 | 0 | 0.40 | 0.66 | 0.14 | 23.59 | 0.67 | 0.58 |
| Hex | DC | 84 | 4B | 0 | 28 | 42 | E | 18 | 43 | 3A |
| Octal | 334 | 204 | 113 | 0 | 50 | 102 | 16 | 30 | 103 | 72 |
| Binary | 11011100 | 10000100 | 1001011 | 0 | 101000 | 1000010 | 1110 | 11000 | 1000011 | 111010 |
Color Harmonies of #DC844B
Complementary color
Monochromatic Colors of #DC844B
Black with #DC844B
Text Example
Text Example
White with #DC844B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC844B; }
p { color: rgb(220,132,75); }
H1.HeaderClassName
{
color: #DC844B;
}
.AnyTagClassName
{
color: #DC844B;
}
</style>
background-color css
<style>
a { background-color: #DC844B; }
a { background-color: rgb(220,132,75); }
div.DivClassName
{
background-color: #DC844B;
}
.BgClassName
{
background-color: #DC844B;
}
</style>
border-color css
<style>
span { border-color: #DC844B; }
span { border-color: rgb(220,132,75); }
td.TdClassName
{
border-color: #DC844B;
}
.TagClassName
{
border-color: #DC844B;
}
</style>