Shades of Raw Sienna #D27A4D
Tints of Raw Sienna #D27A4D
RGB
CMYK
RGB Variations
Color information
#D27A4D (or 0xD27A4D) is known color: Raw Sienna. HEX triplet: D2, 7A and 4D. RGB value is (210,122,77). Sum of RGB (Red+Green+Blue) = 210+122+77=409 (54% of max value = 765). Red value is 210 (82.42% from 255 or 51.34% from 409); Green value is 122 (48.05% from 255 or 29.83% from 409); Blue value is 77 (30.47% from 255 or 18.83% from 409); Max value from RGB is 210 - color contains mainly: red. Hex color #D27A4D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D27A4D is #2D85B2. Grayscale: #8F8F8F. Windows color (decimal): -2983347 or 5077714. OLE color: 5077714.
HSL color Cylindrical-coordinate representation of color #D27A4D: hue angle of 20.3º degrees, saturation: 0.6, 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 #D27A4D is Cyan = 0, Magento = 0.42, Yellow = 0.63 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 122 | 77 | - |
| CMYK | 0 | 0.42 | 0.63 | 0.18 |
| HSL | 20.3º | 0.6% | 0.56% | - |
| HSV(B) | 20.3º | 0.63% | 0.82% | - |
| XYZ | 34.88 | 28.16 | 10.62 | - |
| YUV | 143.18 | 90.65 | 175.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 122 | 77 | 0 | 0.42 | 0.63 | 0.18 | 20.3 | 0.6 | 0.56 |
| Hex | D2 | 7A | 4D | 0 | 2A | 3F | 12 | 14 | 3C | 38 |
| Octal | 322 | 172 | 115 | 0 | 52 | 77 | 22 | 24 | 74 | 70 |
| Binary | 11010010 | 1111010 | 1001101 | 0 | 101010 | 111111 | 10010 | 10100 | 111100 | 111000 |
Color Harmonies of #D27A4D
Complementary color
Monochromatic Colors of #D27A4D
Black with #D27A4D
Text Example
Text Example
White with #D27A4D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D27A4D; }
p { color: rgb(210,122,77); }
H1.HeaderClassName
{
color: #D27A4D;
}
.AnyTagClassName
{
color: #D27A4D;
}
</style>
background-color css
<style>
a { background-color: #D27A4D; }
a { background-color: rgb(210,122,77); }
div.DivClassName
{
background-color: #D27A4D;
}
.BgClassName
{
background-color: #D27A4D;
}
</style>
border-color css
<style>
span { border-color: #D27A4D; }
span { border-color: rgb(210,122,77); }
td.TdClassName
{
border-color: #D27A4D;
}
.TagClassName
{
border-color: #D27A4D;
}
</style>