Shades of Rob Roy #DEA350
Tints of Rob Roy #DEA350
RGB
CMYK
RGB Variations
Color information
#DEA350 (or 0xDEA350) is known color: Rob Roy. HEX triplet: DE, A3 and 50. RGB value is (222,163,80). Sum of RGB (Red+Green+Blue) = 222+163+80=465 (61% of max value = 765). Red value is 222 (87.11% from 255 or 47.74% from 465); Green value is 163 (64.06% from 255 or 35.05% from 465); Blue value is 80 (31.64% from 255 or 17.20% from 465); Max value from RGB is 222 - color contains mainly: red. Hex color #DEA350 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DEA350 is #215CAF. Grayscale: #ABABAB. Windows color (decimal): -2186416 or 5284830. OLE color: 5284830.
HSL color Cylindrical-coordinate representation of color #DEA350: hue angle of 35.07º degrees, saturation: 0.68, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #DEA350 is Cyan = 0, Magento = 0.27, Yellow = 0.64 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 163 | 80 | - |
| CMYK | 0 | 0.27 | 0.64 | 0.13 |
| HSL | 35.07º | 0.68% | 0.59% | - |
| HSV(B) | 35.07º | 0.64% | 0.87% | - |
| XYZ | 44.67 | 42.3 | 13.4 | - |
| YUV | 171.18 | 76.55 | 164.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 163 | 80 | 0 | 0.27 | 0.64 | 0.13 | 35.07 | 0.68 | 0.59 |
| Hex | DE | A3 | 50 | 0 | 1B | 40 | D | 23 | 44 | 3B |
| Octal | 336 | 243 | 120 | 0 | 33 | 100 | 15 | 43 | 104 | 73 |
| Binary | 11011110 | 10100011 | 1010000 | 0 | 11011 | 1000000 | 1101 | 100011 | 1000100 | 111011 |
Color Harmonies of #DEA350
Complementary color
Monochromatic Colors of #DEA350
Black with #DEA350
Text Example
Text Example
White with #DEA350
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DEA350; }
p { color: rgb(222,163,80); }
H1.HeaderClassName
{
color: #DEA350;
}
.AnyTagClassName
{
color: #DEA350;
}
</style>
background-color css
<style>
a { background-color: #DEA350; }
a { background-color: rgb(222,163,80); }
div.DivClassName
{
background-color: #DEA350;
}
.BgClassName
{
background-color: #DEA350;
}
</style>
border-color css
<style>
span { border-color: #DEA350; }
span { border-color: rgb(222,163,80); }
td.TdClassName
{
border-color: #DEA350;
}
.TagClassName
{
border-color: #DEA350;
}
</style>