Shades of Raw Sienna #D27A40
Tints of Raw Sienna #D27A40
RGB
CMYK
RGB Variations
Color information
#D27A40 (or 0xD27A40) is known color: Raw Sienna. HEX triplet: D2, 7A and 40. RGB value is (210,122,64). Sum of RGB (Red+Green+Blue) = 210+122+64=396 (52% of max value = 765). Red value is 210 (82.42% from 255 or 53.03% from 396); Green value is 122 (48.05% from 255 or 30.81% from 396); Blue value is 64 (25.39% from 255 or 16.16% from 396); Max value from RGB is 210 - color contains mainly: red. Hex color #D27A40 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D27A40 is #2D85BF. Grayscale: #8E8E8E. Windows color (decimal): -2983360 or 4225746. OLE color: 4225746.
HSL color Cylindrical-coordinate representation of color #D27A40: hue angle of 23.84º 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 #D27A40 is Cyan = 0, Magento = 0.42, Yellow = 0.70 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 122 | 64 | - |
| CMYK | 0 | 0.42 | 0.70 | 0.18 |
| HSL | 23.84º | 0.62% | 0.54% | - |
| HSV(B) | 23.84º | 0.7% | 0.82% | - |
| XYZ | 34.46 | 27.99 | 8.44 | - |
| YUV | 141.7 | 84.15 | 176.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 122 | 64 | 0 | 0.42 | 0.70 | 0.18 | 23.84 | 0.62 | 0.54 |
| Hex | D2 | 7A | 40 | 0 | 2A | 46 | 12 | 18 | 3E | 36 |
| Octal | 322 | 172 | 100 | 0 | 52 | 106 | 22 | 30 | 76 | 66 |
| Binary | 11010010 | 1111010 | 1000000 | 0 | 101010 | 1000110 | 10010 | 11000 | 111110 | 110110 |
Color Harmonies of #D27A40
Complementary color
Monochromatic Colors of #D27A40
Black with #D27A40
Text Example
Text Example
White with #D27A40
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D27A40; }
p { color: rgb(210,122,64); }
H1.HeaderClassName
{
color: #D27A40;
}
.AnyTagClassName
{
color: #D27A40;
}
</style>
background-color css
<style>
a { background-color: #D27A40; }
a { background-color: rgb(210,122,64); }
div.DivClassName
{
background-color: #D27A40;
}
.BgClassName
{
background-color: #D27A40;
}
</style>
border-color css
<style>
span { border-color: #D27A40; }
span { border-color: rgb(210,122,64); }
td.TdClassName
{
border-color: #D27A40;
}
.TagClassName
{
border-color: #D27A40;
}
</style>