Shades of Raw Sienna #DC874D
Tints of Raw Sienna #DC874D
RGB
CMYK
RGB Variations
Color information
#DC874D (or 0xDC874D) is known color: Raw Sienna. HEX triplet: DC, 87 and 4D. RGB value is (220,135,77). Sum of RGB (Red+Green+Blue) = 220+135+77=432 (57% of max value = 765). Red value is 220 (86.33% from 255 or 50.93% from 432); Green value is 135 (53.12% from 255 or 31.25% from 432); Blue value is 77 (30.47% from 255 or 17.82% from 432); Max value from RGB is 220 - color contains mainly: red. Hex color #DC874D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DC874D is #2378B2. Grayscale: #9A9A9A. Windows color (decimal): -2324659 or 5081052. OLE color: 5081052.
HSL color Cylindrical-coordinate representation of color #DC874D: hue angle of 24.34º degrees, saturation: 0.67, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #DC874D is Cyan = 0, Magento = 0.39, Yellow = 0.65 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 135 | 77 | - |
| CMYK | 0 | 0.39 | 0.65 | 0.14 |
| HSL | 24.34º | 0.67% | 0.58% | - |
| HSV(B) | 24.34º | 0.65% | 0.86% | - |
| XYZ | 39.52 | 33.08 | 11.32 | - |
| YUV | 153.8 | 84.66 | 175.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 135 | 77 | 0 | 0.39 | 0.65 | 0.14 | 24.34 | 0.67 | 0.58 |
| Hex | DC | 87 | 4D | 0 | 27 | 41 | E | 18 | 43 | 3A |
| Octal | 334 | 207 | 115 | 0 | 47 | 101 | 16 | 30 | 103 | 72 |
| Binary | 11011100 | 10000111 | 1001101 | 0 | 100111 | 1000001 | 1110 | 11000 | 1000011 | 111010 |
Color Harmonies of #DC874D
Complementary color
Monochromatic Colors of #DC874D
Black with #DC874D
Text Example
Text Example
White with #DC874D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC874D; }
p { color: rgb(220,135,77); }
H1.HeaderClassName
{
color: #DC874D;
}
.AnyTagClassName
{
color: #DC874D;
}
</style>
background-color css
<style>
a { background-color: #DC874D; }
a { background-color: rgb(220,135,77); }
div.DivClassName
{
background-color: #DC874D;
}
.BgClassName
{
background-color: #DC874D;
}
</style>
border-color css
<style>
span { border-color: #DC874D; }
span { border-color: rgb(220,135,77); }
td.TdClassName
{
border-color: #DC874D;
}
.TagClassName
{
border-color: #DC874D;
}
</style>