Shades of Rob Roy #DEA65B
Tints of Rob Roy #DEA65B
RGB
CMYK
RGB Variations
Color information
#DEA65B (or 0xDEA65B) is known color: Rob Roy. HEX triplet: DE, A6 and 5B. RGB value is (222,166,91). Sum of RGB (Red+Green+Blue) = 222+166+91=479 (63% of max value = 765). Red value is 222 (87.11% from 255 or 46.35% from 479); Green value is 166 (65.23% from 255 or 34.66% from 479); Blue value is 91 (35.94% from 255 or 19.00% from 479); Max value from RGB is 222 - color contains mainly: red. Hex color #DEA65B is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DEA65B is #2159A4. Grayscale: #AEAEAE. Windows color (decimal): -2185637 or 6006494. OLE color: 6006494.
HSL color Cylindrical-coordinate representation of color #DEA65B: hue angle of 34.35º degrees, saturation: 0.66, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #DEA65B is Cyan = 0, Magento = 0.25, Yellow = 0.59 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 166 | 91 | - |
| CMYK | 0 | 0.25 | 0.59 | 0.13 |
| HSL | 34.35º | 0.66% | 0.61% | - |
| HSV(B) | 34.35º | 0.59% | 0.87% | - |
| XYZ | 45.65 | 43.56 | 15.9 | - |
| YUV | 174.19 | 81.05 | 162.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 166 | 91 | 0 | 0.25 | 0.59 | 0.13 | 34.35 | 0.66 | 0.61 |
| Hex | DE | A6 | 5B | 0 | 19 | 3B | D | 22 | 42 | 3D |
| Octal | 336 | 246 | 133 | 0 | 31 | 73 | 15 | 42 | 102 | 75 |
| Binary | 11011110 | 10100110 | 1011011 | 0 | 11001 | 111011 | 1101 | 100010 | 1000010 | 111101 |
Color Harmonies of #DEA65B
Complementary color
Monochromatic Colors of #DEA65B
Black with #DEA65B
Text Example
Text Example
White with #DEA65B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DEA65B; }
p { color: rgb(222,166,91); }
H1.HeaderClassName
{
color: #DEA65B;
}
.AnyTagClassName
{
color: #DEA65B;
}
</style>
background-color css
<style>
a { background-color: #DEA65B; }
a { background-color: rgb(222,166,91); }
div.DivClassName
{
background-color: #DEA65B;
}
.BgClassName
{
background-color: #DEA65B;
}
</style>
border-color css
<style>
span { border-color: #DEA65B; }
span { border-color: rgb(222,166,91); }
td.TdClassName
{
border-color: #DEA65B;
}
.TagClassName
{
border-color: #DEA65B;
}
</style>