Shades of Raw Sienna #D2864F
Tints of Raw Sienna #D2864F
RGB
CMYK
RGB Variations
Color information
#D2864F (or 0xD2864F) is known color: Raw Sienna. HEX triplet: D2, 86 and 4F. RGB value is (210,134,79). Sum of RGB (Red+Green+Blue) = 210+134+79=423 (56% of max value = 765). Red value is 210 (82.42% from 255 or 49.65% from 423); Green value is 134 (52.73% from 255 or 31.68% from 423); Blue value is 79 (31.25% from 255 or 18.68% from 423); Max value from RGB is 210 - color contains mainly: red. Hex color #D2864F is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D2864F is #2D79B0. Grayscale: #969696. Windows color (decimal): -2980273 or 5211858. OLE color: 5211858.
HSL color Cylindrical-coordinate representation of color #D2864F: hue angle of 25.19º degrees, saturation: 0.59, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #D2864F is Cyan = 0, Magento = 0.36, Yellow = 0.62 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 134 | 79 | - |
| CMYK | 0 | 0.36 | 0.62 | 0.18 |
| HSL | 25.19º | 0.59% | 0.57% | - |
| HSV(B) | 25.19º | 0.62% | 0.82% | - |
| XYZ | 36.51 | 31.32 | 11.52 | - |
| YUV | 150.45 | 87.68 | 170.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 134 | 79 | 0 | 0.36 | 0.62 | 0.18 | 25.19 | 0.59 | 0.57 |
| Hex | D2 | 86 | 4F | 0 | 24 | 3E | 12 | 19 | 3B | 39 |
| Octal | 322 | 206 | 117 | 0 | 44 | 76 | 22 | 31 | 73 | 71 |
| Binary | 11010010 | 10000110 | 1001111 | 0 | 100100 | 111110 | 10010 | 11001 | 111011 | 111001 |
Color Harmonies of #D2864F
Complementary color
Monochromatic Colors of #D2864F
Black with #D2864F
Text Example
Text Example
White with #D2864F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D2864F; }
p { color: rgb(210,134,79); }
H1.HeaderClassName
{
color: #D2864F;
}
.AnyTagClassName
{
color: #D2864F;
}
</style>
background-color css
<style>
a { background-color: #D2864F; }
a { background-color: rgb(210,134,79); }
div.DivClassName
{
background-color: #D2864F;
}
.BgClassName
{
background-color: #D2864F;
}
</style>
border-color css
<style>
span { border-color: #D2864F; }
span { border-color: rgb(210,134,79); }
td.TdClassName
{
border-color: #D2864F;
}
.TagClassName
{
border-color: #D2864F;
}
</style>