Shades of Raw Sienna #D0804B
Tints of Raw Sienna #D0804B
RGB
CMYK
RGB Variations
Color information
#D0804B (or 0xD0804B) is known color: Raw Sienna. HEX triplet: D0, 80 and 4B. RGB value is (208,128,75). Sum of RGB (Red+Green+Blue) = 208+128+75=411 (54% of max value = 765). Red value is 208 (81.64% from 255 or 50.61% from 411); Green value is 128 (50.39% from 255 or 31.14% from 411); Blue value is 75 (29.69% from 255 or 18.25% from 411); Max value from RGB is 208 - color contains mainly: red. Hex color #D0804B is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D0804B is #2F7FB4. Grayscale: #929292. Windows color (decimal): -3112885 or 4948176. OLE color: 4948176.
HSL color Cylindrical-coordinate representation of color #D0804B: hue angle of 23.91º degrees, saturation: 0.59, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #D0804B is Cyan = 0, Magento = 0.38, Yellow = 0.64 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 128 | 75 | - |
| CMYK | 0 | 0.38 | 0.64 | 0.18 |
| HSL | 23.91º | 0.59% | 0.55% | - |
| HSV(B) | 23.91º | 0.64% | 0.82% | - |
| XYZ | 35 | 29.36 | 10.48 | - |
| YUV | 145.88 | 88 | 172.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 128 | 75 | 0 | 0.38 | 0.64 | 0.18 | 23.91 | 0.59 | 0.55 |
| Hex | D0 | 80 | 4B | 0 | 26 | 40 | 12 | 18 | 3B | 37 |
| Octal | 320 | 200 | 113 | 0 | 46 | 100 | 22 | 30 | 73 | 67 |
| Binary | 11010000 | 10000000 | 1001011 | 0 | 100110 | 1000000 | 10010 | 11000 | 111011 | 110111 |
Color Harmonies of #D0804B
Complementary color
Monochromatic Colors of #D0804B
Black with #D0804B
Text Example
Text Example
White with #D0804B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D0804B; }
p { color: rgb(208,128,75); }
H1.HeaderClassName
{
color: #D0804B;
}
.AnyTagClassName
{
color: #D0804B;
}
</style>
background-color css
<style>
a { background-color: #D0804B; }
a { background-color: rgb(208,128,75); }
div.DivClassName
{
background-color: #D0804B;
}
.BgClassName
{
background-color: #D0804B;
}
</style>
border-color css
<style>
span { border-color: #D0804B; }
span { border-color: rgb(208,128,75); }
td.TdClassName
{
border-color: #D0804B;
}
.TagClassName
{
border-color: #D0804B;
}
</style>