Shades of Raw Sienna #D0814C
Tints of Raw Sienna #D0814C
RGB
CMYK
RGB Variations
Color information
#D0814C (or 0xD0814C) is known color: Raw Sienna. HEX triplet: D0, 81 and 4C. RGB value is (208,129,76). Sum of RGB (Red+Green+Blue) = 208+129+76=413 (54% of max value = 765). Red value is 208 (81.64% from 255 or 50.36% from 413); Green value is 129 (50.78% from 255 or 31.23% from 413); Blue value is 76 (30.08% from 255 or 18.40% from 413); Max value from RGB is 208 - color contains mainly: red. Hex color #D0814C is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D0814C is #2F7EB3. Grayscale: #929292. Windows color (decimal): -3112628 or 5013968. OLE color: 5013968.
HSL color Cylindrical-coordinate representation of color #D0814C: hue angle of 24.09º degrees, saturation: 0.58, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #D0814C is Cyan = 0, Magento = 0.38, Yellow = 0.63 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 129 | 76 | - |
| CMYK | 0 | 0.38 | 0.63 | 0.18 |
| HSL | 24.09º | 0.58% | 0.56% | - |
| HSV(B) | 24.09º | 0.63% | 0.82% | - |
| XYZ | 35.17 | 29.63 | 10.7 | - |
| YUV | 146.58 | 88.17 | 171.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 129 | 76 | 0 | 0.38 | 0.63 | 0.18 | 24.09 | 0.58 | 0.56 |
| Hex | D0 | 81 | 4C | 0 | 26 | 3F | 12 | 18 | 3A | 38 |
| Octal | 320 | 201 | 114 | 0 | 46 | 77 | 22 | 30 | 72 | 70 |
| Binary | 11010000 | 10000001 | 1001100 | 0 | 100110 | 111111 | 10010 | 11000 | 111010 | 111000 |
Color Harmonies of #D0814C
Complementary color
Monochromatic Colors of #D0814C
Black with #D0814C
Text Example
Text Example
White with #D0814C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D0814C; }
p { color: rgb(208,129,76); }
H1.HeaderClassName
{
color: #D0814C;
}
.AnyTagClassName
{
color: #D0814C;
}
</style>
background-color css
<style>
a { background-color: #D0814C; }
a { background-color: rgb(208,129,76); }
div.DivClassName
{
background-color: #D0814C;
}
.BgClassName
{
background-color: #D0814C;
}
</style>
border-color css
<style>
span { border-color: #D0814C; }
span { border-color: rgb(208,129,76); }
td.TdClassName
{
border-color: #D0814C;
}
.TagClassName
{
border-color: #D0814C;
}
</style>