Shades of Raw Sienna #D27A4A
Tints of Raw Sienna #D27A4A
RGB
CMYK
RGB Variations
Color information
#D27A4A (or 0xD27A4A) is known color: Raw Sienna. HEX triplet: D2, 7A and 4A. RGB value is (210,122,74). Sum of RGB (Red+Green+Blue) = 210+122+74=406 (53% of max value = 765). Red value is 210 (82.42% from 255 or 51.72% from 406); Green value is 122 (48.05% from 255 or 30.05% from 406); Blue value is 74 (29.30% from 255 or 18.23% from 406); Max value from RGB is 210 - color contains mainly: red. Hex color #D27A4A is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D27A4A is #2D85B5. Grayscale: #8F8F8F. Windows color (decimal): -2983350 or 4881106. OLE color: 4881106.
HSL color Cylindrical-coordinate representation of color #D27A4A: hue angle of 21.18º degrees, saturation: 0.6, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #D27A4A is Cyan = 0, Magento = 0.42, Yellow = 0.65 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 122 | 74 | - |
| CMYK | 0 | 0.42 | 0.65 | 0.18 |
| HSL | 21.18º | 0.6% | 0.56% | - |
| HSV(B) | 21.18º | 0.65% | 0.82% | - |
| XYZ | 34.77 | 28.12 | 10.07 | - |
| YUV | 142.84 | 89.15 | 175.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 122 | 74 | 0 | 0.42 | 0.65 | 0.18 | 21.18 | 0.6 | 0.56 |
| Hex | D2 | 7A | 4A | 0 | 2A | 41 | 12 | 15 | 3C | 38 |
| Octal | 322 | 172 | 112 | 0 | 52 | 101 | 22 | 25 | 74 | 70 |
| Binary | 11010010 | 1111010 | 1001010 | 0 | 101010 | 1000001 | 10010 | 10101 | 111100 | 111000 |
Color Harmonies of #D27A4A
Complementary color
Monochromatic Colors of #D27A4A
Black with #D27A4A
Text Example
Text Example
White with #D27A4A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D27A4A; }
p { color: rgb(210,122,74); }
H1.HeaderClassName
{
color: #D27A4A;
}
.AnyTagClassName
{
color: #D27A4A;
}
</style>
background-color css
<style>
a { background-color: #D27A4A; }
a { background-color: rgb(210,122,74); }
div.DivClassName
{
background-color: #D27A4A;
}
.BgClassName
{
background-color: #D27A4A;
}
</style>
border-color css
<style>
span { border-color: #D27A4A; }
span { border-color: rgb(210,122,74); }
td.TdClassName
{
border-color: #D27A4A;
}
.TagClassName
{
border-color: #D27A4A;
}
</style>