Shades of Rob Roy #DEA84B
Tints of Rob Roy #DEA84B
RGB
CMYK
RGB Variations
Color information
#DEA84B (or 0xDEA84B) is known color: Rob Roy. HEX triplet: DE, A8 and 4B. RGB value is (222,168,75). Sum of RGB (Red+Green+Blue) = 222+168+75=465 (61% of max value = 765). Red value is 222 (87.11% from 255 or 47.74% from 465); Green value is 168 (66.02% from 255 or 36.13% from 465); Blue value is 75 (29.69% from 255 or 16.13% from 465); Max value from RGB is 222 - color contains mainly: red. Hex color #DEA84B is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DEA84B is #2157B4. Grayscale: #ADADAD. Windows color (decimal): -2185141 or 4958430. OLE color: 4958430.
HSL color Cylindrical-coordinate representation of color #DEA84B: hue angle of 37.96º degrees, saturation: 0.69, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #DEA84B is Cyan = 0, Magento = 0.24, Yellow = 0.66 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 168 | 75 | - |
| CMYK | 0 | 0.24 | 0.66 | 0.13 |
| HSL | 37.96º | 0.69% | 0.58% | - |
| HSV(B) | 37.96º | 0.66% | 0.87% | - |
| XYZ | 45.4 | 44.04 | 12.77 | - |
| YUV | 173.54 | 72.39 | 162.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 168 | 75 | 0 | 0.24 | 0.66 | 0.13 | 37.96 | 0.69 | 0.58 |
| Hex | DE | A8 | 4B | 0 | 18 | 42 | D | 26 | 45 | 3A |
| Octal | 336 | 250 | 113 | 0 | 30 | 102 | 15 | 46 | 105 | 72 |
| Binary | 11011110 | 10101000 | 1001011 | 0 | 11000 | 1000010 | 1101 | 100110 | 1000101 | 111010 |
Color Harmonies of #DEA84B
Complementary color
Monochromatic Colors of #DEA84B
Black with #DEA84B
Text Example
Text Example
White with #DEA84B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DEA84B; }
p { color: rgb(222,168,75); }
H1.HeaderClassName
{
color: #DEA84B;
}
.AnyTagClassName
{
color: #DEA84B;
}
</style>
background-color css
<style>
a { background-color: #DEA84B; }
a { background-color: rgb(222,168,75); }
div.DivClassName
{
background-color: #DEA84B;
}
.BgClassName
{
background-color: #DEA84B;
}
</style>
border-color css
<style>
span { border-color: #DEA84B; }
span { border-color: rgb(222,168,75); }
td.TdClassName
{
border-color: #DEA84B;
}
.TagClassName
{
border-color: #DEA84B;
}
</style>