Shades of Raw Sienna #D27D50
Tints of Raw Sienna #D27D50
RGB
CMYK
RGB Variations
Color information
#D27D50 (or 0xD27D50) is known color: Raw Sienna. HEX triplet: D2, 7D and 50. RGB value is (210,125,80). Sum of RGB (Red+Green+Blue) = 210+125+80=415 (54% of max value = 765). Red value is 210 (82.42% from 255 or 50.60% from 415); Green value is 125 (49.22% from 255 or 30.12% from 415); Blue value is 80 (31.64% from 255 or 19.28% from 415); Max value from RGB is 210 - color contains mainly: red. Hex color #D27D50 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D27D50 is #2D82AF. Grayscale: #919191. Windows color (decimal): -2982576 or 5275090. OLE color: 5275090.
HSL color Cylindrical-coordinate representation of color #D27D50: hue angle of 20.77º degrees, saturation: 0.59, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #D27D50 is Cyan = 0, Magento = 0.40, Yellow = 0.62 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 125 | 80 | - |
| CMYK | 0 | 0.40 | 0.62 | 0.18 |
| HSL | 20.77º | 0.59% | 0.57% | - |
| HSV(B) | 20.77º | 0.62% | 0.82% | - |
| XYZ | 35.36 | 28.95 | 11.31 | - |
| YUV | 145.29 | 91.16 | 174.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 125 | 80 | 0 | 0.40 | 0.62 | 0.18 | 20.77 | 0.59 | 0.57 |
| Hex | D2 | 7D | 50 | 0 | 28 | 3E | 12 | 15 | 3B | 39 |
| Octal | 322 | 175 | 120 | 0 | 50 | 76 | 22 | 25 | 73 | 71 |
| Binary | 11010010 | 1111101 | 1010000 | 0 | 101000 | 111110 | 10010 | 10101 | 111011 | 111001 |
Color Harmonies of #D27D50
Complementary color
Monochromatic Colors of #D27D50
Black with #D27D50
Text Example
Text Example
White with #D27D50
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D27D50; }
p { color: rgb(210,125,80); }
H1.HeaderClassName
{
color: #D27D50;
}
.AnyTagClassName
{
color: #D27D50;
}
</style>
background-color css
<style>
a { background-color: #D27D50; }
a { background-color: rgb(210,125,80); }
div.DivClassName
{
background-color: #D27D50;
}
.BgClassName
{
background-color: #D27D50;
}
</style>
border-color css
<style>
span { border-color: #D27D50; }
span { border-color: rgb(210,125,80); }
td.TdClassName
{
border-color: #D27D50;
}
.TagClassName
{
border-color: #D27D50;
}
</style>