Shades of Raw Sienna #D2854B
Tints of Raw Sienna #D2854B
RGB
CMYK
RGB Variations
Color information
#D2854B (or 0xD2854B) is known color: Raw Sienna. HEX triplet: D2, 85 and 4B. RGB value is (210,133,75). Sum of RGB (Red+Green+Blue) = 210+133+75=418 (55% of max value = 765). Red value is 210 (82.42% from 255 or 50.24% from 418); Green value is 133 (52.34% from 255 or 31.82% from 418); Blue value is 75 (29.69% from 255 or 17.94% from 418); Max value from RGB is 210 - color contains mainly: red. Hex color #D2854B is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D2854B is #2D7AB4. Grayscale: #959595. Windows color (decimal): -2980533 or 4949458. OLE color: 4949458.
HSL color Cylindrical-coordinate representation of color #D2854B: hue angle of 25.78º 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 #D2854B is Cyan = 0, Magento = 0.37, Yellow = 0.64 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 133 | 75 | - |
| CMYK | 0 | 0.37 | 0.64 | 0.18 |
| HSL | 25.78º | 0.6% | 0.56% | - |
| HSV(B) | 25.78º | 0.64% | 0.82% | - |
| XYZ | 36.24 | 30.98 | 10.73 | - |
| YUV | 149.41 | 86.01 | 171.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 133 | 75 | 0 | 0.37 | 0.64 | 0.18 | 25.78 | 0.6 | 0.56 |
| Hex | D2 | 85 | 4B | 0 | 25 | 40 | 12 | 1A | 3C | 38 |
| Octal | 322 | 205 | 113 | 0 | 45 | 100 | 22 | 32 | 74 | 70 |
| Binary | 11010010 | 10000101 | 1001011 | 0 | 100101 | 1000000 | 10010 | 11010 | 111100 | 111000 |
Color Harmonies of #D2854B
Complementary color
Monochromatic Colors of #D2854B
Black with #D2854B
Text Example
Text Example
White with #D2854B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D2854B; }
p { color: rgb(210,133,75); }
H1.HeaderClassName
{
color: #D2854B;
}
.AnyTagClassName
{
color: #D2854B;
}
</style>
background-color css
<style>
a { background-color: #D2854B; }
a { background-color: rgb(210,133,75); }
div.DivClassName
{
background-color: #D2854B;
}
.BgClassName
{
background-color: #D2854B;
}
</style>
border-color css
<style>
span { border-color: #D2854B; }
span { border-color: rgb(210,133,75); }
td.TdClassName
{
border-color: #D2854B;
}
.TagClassName
{
border-color: #D2854B;
}
</style>