Shades of Raw Sienna #D0814B
Tints of Raw Sienna #D0814B
RGB
CMYK
RGB Variations
Color information
#D0814B (or 0xD0814B) is known color: Raw Sienna. HEX triplet: D0, 81 and 4B. RGB value is (208,129,75). Sum of RGB (Red+Green+Blue) = 208+129+75=412 (54% of max value = 765). Red value is 208 (81.64% from 255 or 50.49% from 412); Green value is 129 (50.78% from 255 or 31.31% from 412); Blue value is 75 (29.69% from 255 or 18.20% from 412); Max value from RGB is 208 - color contains mainly: red. Hex color #D0814B is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D0814B is #2F7EB4. Grayscale: #929292. Windows color (decimal): -3112629 or 4948432. OLE color: 4948432.
HSL color Cylindrical-coordinate representation of color #D0814B: hue angle of 24.36º 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 #D0814B is Cyan = 0, Magento = 0.38, Yellow = 0.64 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 129 | 75 | - |
| CMYK | 0 | 0.38 | 0.64 | 0.18 |
| HSL | 24.36º | 0.59% | 0.55% | - |
| HSV(B) | 24.36º | 0.64% | 0.82% | - |
| XYZ | 35.13 | 29.62 | 10.52 | - |
| YUV | 146.47 | 87.67 | 171.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 129 | 75 | 0 | 0.38 | 0.64 | 0.18 | 24.36 | 0.59 | 0.55 |
| Hex | D0 | 81 | 4B | 0 | 26 | 40 | 12 | 18 | 3B | 37 |
| Octal | 320 | 201 | 113 | 0 | 46 | 100 | 22 | 30 | 73 | 67 |
| Binary | 11010000 | 10000001 | 1001011 | 0 | 100110 | 1000000 | 10010 | 11000 | 111011 | 110111 |
Color Harmonies of #D0814B
Complementary color
Monochromatic Colors of #D0814B
Black with #D0814B
Text Example
Text Example
White with #D0814B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D0814B; }
p { color: rgb(208,129,75); }
H1.HeaderClassName
{
color: #D0814B;
}
.AnyTagClassName
{
color: #D0814B;
}
</style>
background-color css
<style>
a { background-color: #D0814B; }
a { background-color: rgb(208,129,75); }
div.DivClassName
{
background-color: #D0814B;
}
.BgClassName
{
background-color: #D0814B;
}
</style>
border-color css
<style>
span { border-color: #D0814B; }
span { border-color: rgb(208,129,75); }
td.TdClassName
{
border-color: #D0814B;
}
.TagClassName
{
border-color: #D0814B;
}
</style>