Shades of Raw Sienna #D27C3C
Tints of Raw Sienna #D27C3C
RGB
CMYK
RGB Variations
Color information
#D27C3C (or 0xD27C3C) is known color: Raw Sienna. HEX triplet: D2, 7C and 3C. RGB value is (210,124,60). Sum of RGB (Red+Green+Blue) = 210+124+60=394 (52% of max value = 765). Red value is 210 (82.42% from 255 or 53.30% from 394); Green value is 124 (48.83% from 255 or 31.47% from 394); Blue value is 60 (23.83% from 255 or 15.23% from 394); Max value from RGB is 210 - color contains mainly: red. Hex color #D27C3C is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D27C3C is #2D83C3. Grayscale: #8E8E8E. Windows color (decimal): -2982852 or 3964114. OLE color: 3964114.
HSL color Cylindrical-coordinate representation of color #D27C3C: hue angle of 25.6º degrees, saturation: 0.62, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #D27C3C is Cyan = 0, Magento = 0.41, Yellow = 0.71 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 124 | 60 | - |
| CMYK | 0 | 0.41 | 0.71 | 0.18 |
| HSL | 25.6º | 0.63% | 0.53% | - |
| HSV(B) | 25.6º | 0.71% | 0.82% | - |
| XYZ | 34.6 | 28.44 | 7.94 | - |
| YUV | 142.42 | 81.49 | 176.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 124 | 60 | 0 | 0.41 | 0.71 | 0.18 | 25.6 | 0.63 | 0.53 |
| Hex | D2 | 7C | 3C | 0 | 29 | 47 | 12 | 1A | 3E | 35 |
| Octal | 322 | 174 | 74 | 0 | 51 | 107 | 22 | 32 | 76 | 65 |
| Binary | 11010010 | 1111100 | 111100 | 0 | 101001 | 1000111 | 10010 | 11010 | 111110 | 110101 |
Color Harmonies of #D27C3C
Complementary color
Monochromatic Colors of #D27C3C
Black with #D27C3C
Text Example
Text Example
White with #D27C3C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D27C3C; }
p { color: rgb(210,124,60); }
H1.HeaderClassName
{
color: #D27C3C;
}
.AnyTagClassName
{
color: #D27C3C;
}
</style>
background-color css
<style>
a { background-color: #D27C3C; }
a { background-color: rgb(210,124,60); }
div.DivClassName
{
background-color: #D27C3C;
}
.BgClassName
{
background-color: #D27C3C;
}
</style>
border-color css
<style>
span { border-color: #D27C3C; }
span { border-color: rgb(210,124,60); }
td.TdClassName
{
border-color: #D27C3C;
}
.TagClassName
{
border-color: #D27C3C;
}
</style>