Shades of Raw Sienna #D2874A
Tints of Raw Sienna #D2874A
RGB
CMYK
RGB Variations
Color information
#D2874A (or 0xD2874A) is known color: Raw Sienna. HEX triplet: D2, 87 and 4A. RGB value is (210,135,74). Sum of RGB (Red+Green+Blue) = 210+135+74=419 (55% of max value = 765). Red value is 210 (82.42% from 255 or 50.12% from 419); Green value is 135 (53.12% from 255 or 32.22% from 419); Blue value is 74 (29.30% from 255 or 17.66% from 419); Max value from RGB is 210 - color contains mainly: red. Hex color #D2874A is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D2874A is #2D78B5. Grayscale: #969696. Windows color (decimal): -2980022 or 4884434. OLE color: 4884434.
HSL color Cylindrical-coordinate representation of color #D2874A: hue angle of 26.91º degrees, saturation: 0.6, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #D2874A is Cyan = 0, Magento = 0.36, Yellow = 0.65 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 135 | 74 | - |
| CMYK | 0 | 0.36 | 0.65 | 0.18 |
| HSL | 26.91º | 0.6% | 0.56% | - |
| HSV(B) | 26.91º | 0.65% | 0.82% | - |
| XYZ | 36.48 | 31.52 | 10.64 | - |
| YUV | 150.47 | 84.85 | 170.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 135 | 74 | 0 | 0.36 | 0.65 | 0.18 | 26.91 | 0.6 | 0.56 |
| Hex | D2 | 87 | 4A | 0 | 24 | 41 | 12 | 1B | 3C | 38 |
| Octal | 322 | 207 | 112 | 0 | 44 | 101 | 22 | 33 | 74 | 70 |
| Binary | 11010010 | 10000111 | 1001010 | 0 | 100100 | 1000001 | 10010 | 11011 | 111100 | 111000 |
Color Harmonies of #D2874A
Complementary color
Monochromatic Colors of #D2874A
Black with #D2874A
Text Example
Text Example
White with #D2874A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D2874A; }
p { color: rgb(210,135,74); }
H1.HeaderClassName
{
color: #D2874A;
}
.AnyTagClassName
{
color: #D2874A;
}
</style>
background-color css
<style>
a { background-color: #D2874A; }
a { background-color: rgb(210,135,74); }
div.DivClassName
{
background-color: #D2874A;
}
.BgClassName
{
background-color: #D2874A;
}
</style>
border-color css
<style>
span { border-color: #D2874A; }
span { border-color: rgb(210,135,74); }
td.TdClassName
{
border-color: #D2874A;
}
.TagClassName
{
border-color: #D2874A;
}
</style>