Shades of Raw Sienna #D2874B
Tints of Raw Sienna #D2874B
RGB
CMYK
RGB Variations
Color information
#D2874B (or 0xD2874B) is known color: Raw Sienna. HEX triplet: D2, 87 and 4B. RGB value is (210,135,75). Sum of RGB (Red+Green+Blue) = 210+135+75=420 (55% of max value = 765). Red value is 210 (82.42% from 255 or 50% from 420); Green value is 135 (53.12% from 255 or 32.14% from 420); Blue value is 75 (29.69% from 255 or 17.86% from 420); Max value from RGB is 210 - color contains mainly: red. Hex color #D2874B is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D2874B is #2D78B4. Grayscale: #969696. Windows color (decimal): -2980021 or 4949970. OLE color: 4949970.
HSL color Cylindrical-coordinate representation of color #D2874B: hue angle of 26.67º degrees, saturation: 0.6, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #D2874B is Cyan = 0, Magento = 0.36, Yellow = 0.64 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 135 | 75 | - |
| CMYK | 0 | 0.36 | 0.64 | 0.18 |
| HSL | 26.67º | 0.6% | 0.56% | - |
| HSV(B) | 26.67º | 0.64% | 0.82% | - |
| XYZ | 36.51 | 31.54 | 10.82 | - |
| YUV | 150.59 | 85.35 | 170.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 135 | 75 | 0 | 0.36 | 0.64 | 0.18 | 26.67 | 0.6 | 0.56 |
| Hex | D2 | 87 | 4B | 0 | 24 | 40 | 12 | 1B | 3C | 38 |
| Octal | 322 | 207 | 113 | 0 | 44 | 100 | 22 | 33 | 74 | 70 |
| Binary | 11010010 | 10000111 | 1001011 | 0 | 100100 | 1000000 | 10010 | 11011 | 111100 | 111000 |
Color Harmonies of #D2874B
Complementary color
Monochromatic Colors of #D2874B
Black with #D2874B
Text Example
Text Example
White with #D2874B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D2874B; }
p { color: rgb(210,135,75); }
H1.HeaderClassName
{
color: #D2874B;
}
.AnyTagClassName
{
color: #D2874B;
}
</style>
background-color css
<style>
a { background-color: #D2874B; }
a { background-color: rgb(210,135,75); }
div.DivClassName
{
background-color: #D2874B;
}
.BgClassName
{
background-color: #D2874B;
}
</style>
border-color css
<style>
span { border-color: #D2874B; }
span { border-color: rgb(210,135,75); }
td.TdClassName
{
border-color: #D2874B;
}
.TagClassName
{
border-color: #D2874B;
}
</style>