Shades of Raw Sienna #D27D4A
Tints of Raw Sienna #D27D4A
RGB
CMYK
RGB Variations
Color information
#D27D4A (or 0xD27D4A) is known color: Raw Sienna. HEX triplet: D2, 7D and 4A. RGB value is (210,125,74). Sum of RGB (Red+Green+Blue) = 210+125+74=409 (54% of max value = 765). Red value is 210 (82.42% from 255 or 51.34% from 409); Green value is 125 (49.22% from 255 or 30.56% from 409); Blue value is 74 (29.30% from 255 or 18.09% from 409); Max value from RGB is 210 - color contains mainly: red. Hex color #D27D4A is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D27D4A is #2D82B5. Grayscale: #909090. Windows color (decimal): -2982582 or 4881874. OLE color: 4881874.
HSL color Cylindrical-coordinate representation of color #D27D4A: hue angle of 22.5º 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 #D27D4A is Cyan = 0, Magento = 0.40, Yellow = 0.65 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 125 | 74 | - |
| CMYK | 0 | 0.40 | 0.65 | 0.18 |
| HSL | 22.5º | 0.6% | 0.56% | - |
| HSV(B) | 22.5º | 0.65% | 0.82% | - |
| XYZ | 35.15 | 28.86 | 10.2 | - |
| YUV | 144.6 | 88.16 | 174.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 125 | 74 | 0 | 0.40 | 0.65 | 0.18 | 22.5 | 0.6 | 0.56 |
| Hex | D2 | 7D | 4A | 0 | 28 | 41 | 12 | 16 | 3C | 38 |
| Octal | 322 | 175 | 112 | 0 | 50 | 101 | 22 | 26 | 74 | 70 |
| Binary | 11010010 | 1111101 | 1001010 | 0 | 101000 | 1000001 | 10010 | 10110 | 111100 | 111000 |
Color Harmonies of #D27D4A
Complementary color
Monochromatic Colors of #D27D4A
Black with #D27D4A
Text Example
Text Example
White with #D27D4A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D27D4A; }
p { color: rgb(210,125,74); }
H1.HeaderClassName
{
color: #D27D4A;
}
.AnyTagClassName
{
color: #D27D4A;
}
</style>
background-color css
<style>
a { background-color: #D27D4A; }
a { background-color: rgb(210,125,74); }
div.DivClassName
{
background-color: #D27D4A;
}
.BgClassName
{
background-color: #D27D4A;
}
</style>
border-color css
<style>
span { border-color: #D27D4A; }
span { border-color: rgb(210,125,74); }
td.TdClassName
{
border-color: #D27D4A;
}
.TagClassName
{
border-color: #D27D4A;
}
</style>