Shades of Raw Sienna #D2894F
Tints of Raw Sienna #D2894F
RGB
CMYK
RGB Variations
Color information
#D2894F (or 0xD2894F) is known color: Raw Sienna. HEX triplet: D2, 89 and 4F. RGB value is (210,137,79). Sum of RGB (Red+Green+Blue) = 210+137+79=426 (56% of max value = 765). Red value is 210 (82.42% from 255 or 49.30% from 426); Green value is 137 (53.91% from 255 or 32.16% from 426); Blue value is 79 (31.25% from 255 or 18.54% from 426); Max value from RGB is 210 - color contains mainly: red. Hex color #D2894F is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D2894F is #2D76B0. Grayscale: #989898. Windows color (decimal): -2979505 or 5212626. OLE color: 5212626.
HSL color Cylindrical-coordinate representation of color #D2894F: hue angle of 26.56º 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 #D2894F is Cyan = 0, Magento = 0.35, Yellow = 0.62 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 137 | 79 | - |
| CMYK | 0 | 0.35 | 0.62 | 0.18 |
| HSL | 26.56º | 0.59% | 0.57% | - |
| HSV(B) | 26.56º | 0.62% | 0.82% | - |
| XYZ | 36.94 | 32.16 | 11.66 | - |
| YUV | 152.22 | 86.68 | 169.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 137 | 79 | 0 | 0.35 | 0.62 | 0.18 | 26.56 | 0.59 | 0.57 |
| Hex | D2 | 89 | 4F | 0 | 23 | 3E | 12 | 1B | 3B | 39 |
| Octal | 322 | 211 | 117 | 0 | 43 | 76 | 22 | 33 | 73 | 71 |
| Binary | 11010010 | 10001001 | 1001111 | 0 | 100011 | 111110 | 10010 | 11011 | 111011 | 111001 |
Color Harmonies of #D2894F
Complementary color
Monochromatic Colors of #D2894F
Black with #D2894F
Text Example
Text Example
White with #D2894F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D2894F; }
p { color: rgb(210,137,79); }
H1.HeaderClassName
{
color: #D2894F;
}
.AnyTagClassName
{
color: #D2894F;
}
</style>
background-color css
<style>
a { background-color: #D2894F; }
a { background-color: rgb(210,137,79); }
div.DivClassName
{
background-color: #D2894F;
}
.BgClassName
{
background-color: #D2894F;
}
</style>
border-color css
<style>
span { border-color: #D2894F; }
span { border-color: rgb(210,137,79); }
td.TdClassName
{
border-color: #D2894F;
}
.TagClassName
{
border-color: #D2894F;
}
</style>