Shades of Raw Sienna #D2834F
Tints of Raw Sienna #D2834F
RGB
CMYK
RGB Variations
Color information
#D2834F (or 0xD2834F) is known color: Raw Sienna. HEX triplet: D2, 83 and 4F. RGB value is (210,131,79). Sum of RGB (Red+Green+Blue) = 210+131+79=420 (55% of max value = 765). Red value is 210 (82.42% from 255 or 50% from 420); Green value is 131 (51.56% from 255 or 31.19% from 420); Blue value is 79 (31.25% from 255 or 18.81% from 420); Max value from RGB is 210 - color contains mainly: red. Hex color #D2834F is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D2834F is #2D7CB0. Grayscale: #949494. Windows color (decimal): -2981041 or 5211090. OLE color: 5211090.
HSL color Cylindrical-coordinate representation of color #D2834F: hue angle of 23.82º 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 #D2834F is Cyan = 0, Magento = 0.38, Yellow = 0.62 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 131 | 79 | - |
| CMYK | 0 | 0.38 | 0.62 | 0.18 |
| HSL | 23.82º | 0.59% | 0.57% | - |
| HSV(B) | 23.82º | 0.62% | 0.82% | - |
| XYZ | 36.11 | 30.5 | 11.38 | - |
| YUV | 148.69 | 88.67 | 171.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 131 | 79 | 0 | 0.38 | 0.62 | 0.18 | 23.82 | 0.59 | 0.57 |
| Hex | D2 | 83 | 4F | 0 | 26 | 3E | 12 | 18 | 3B | 39 |
| Octal | 322 | 203 | 117 | 0 | 46 | 76 | 22 | 30 | 73 | 71 |
| Binary | 11010010 | 10000011 | 1001111 | 0 | 100110 | 111110 | 10010 | 11000 | 111011 | 111001 |
Color Harmonies of #D2834F
Complementary color
Monochromatic Colors of #D2834F
Black with #D2834F
Text Example
Text Example
White with #D2834F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D2834F; }
p { color: rgb(210,131,79); }
H1.HeaderClassName
{
color: #D2834F;
}
.AnyTagClassName
{
color: #D2834F;
}
</style>
background-color css
<style>
a { background-color: #D2834F; }
a { background-color: rgb(210,131,79); }
div.DivClassName
{
background-color: #D2834F;
}
.BgClassName
{
background-color: #D2834F;
}
</style>
border-color css
<style>
span { border-color: #D2834F; }
span { border-color: rgb(210,131,79); }
td.TdClassName
{
border-color: #D2834F;
}
.TagClassName
{
border-color: #D2834F;
}
</style>