Shades of Raw Sienna #D27A3F
Tints of Raw Sienna #D27A3F
RGB
CMYK
RGB Variations
Color information
#D27A3F (or 0xD27A3F) is known color: Raw Sienna. HEX triplet: D2, 7A and 3F. RGB value is (210,122,63). Sum of RGB (Red+Green+Blue) = 210+122+63=395 (52% of max value = 765). Red value is 210 (82.42% from 255 or 53.16% from 395); Green value is 122 (48.05% from 255 or 30.89% from 395); Blue value is 63 (25% from 255 or 15.95% from 395); Max value from RGB is 210 - color contains mainly: red. Hex color #D27A3F is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D27A3F is #2D85C0. Grayscale: #8D8D8D. Windows color (decimal): -2983361 or 4160210. OLE color: 4160210.
HSL color Cylindrical-coordinate representation of color #D27A3F: hue angle of 24.08º degrees, saturation: 0.62, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #D27A3F is Cyan = 0, Magento = 0.42, Yellow = 0.70 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 122 | 63 | - |
| CMYK | 0 | 0.42 | 0.70 | 0.18 |
| HSL | 24.08º | 0.62% | 0.54% | - |
| HSV(B) | 24.08º | 0.7% | 0.82% | - |
| XYZ | 34.44 | 27.98 | 8.29 | - |
| YUV | 141.59 | 83.65 | 176.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 122 | 63 | 0 | 0.42 | 0.70 | 0.18 | 24.08 | 0.62 | 0.54 |
| Hex | D2 | 7A | 3F | 0 | 2A | 46 | 12 | 18 | 3E | 36 |
| Octal | 322 | 172 | 77 | 0 | 52 | 106 | 22 | 30 | 76 | 66 |
| Binary | 11010010 | 1111010 | 111111 | 0 | 101010 | 1000110 | 10010 | 11000 | 111110 | 110110 |
Color Harmonies of #D27A3F
Complementary color
Monochromatic Colors of #D27A3F
Black with #D27A3F
Text Example
Text Example
White with #D27A3F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D27A3F; }
p { color: rgb(210,122,63); }
H1.HeaderClassName
{
color: #D27A3F;
}
.AnyTagClassName
{
color: #D27A3F;
}
</style>
background-color css
<style>
a { background-color: #D27A3F; }
a { background-color: rgb(210,122,63); }
div.DivClassName
{
background-color: #D27A3F;
}
.BgClassName
{
background-color: #D27A3F;
}
</style>
border-color css
<style>
span { border-color: #D27A3F; }
span { border-color: rgb(210,122,63); }
td.TdClassName
{
border-color: #D27A3F;
}
.TagClassName
{
border-color: #D27A3F;
}
</style>