Shades of Rob Roy #DEB752
Tints of Rob Roy #DEB752
RGB
CMYK
RGB Variations
Color information
#DEB752 (or 0xDEB752) is known color: Rob Roy. HEX triplet: DE, B7 and 52. RGB value is (222,183,82). Sum of RGB (Red+Green+Blue) = 222+183+82=487 (64% of max value = 765). Red value is 222 (87.11% from 255 or 45.59% from 487); Green value is 183 (71.88% from 255 or 37.58% from 487); Blue value is 82 (32.42% from 255 or 16.84% from 487); Max value from RGB is 222 - color contains mainly: red. Hex color #DEB752 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DEB752 is #2148AD. Grayscale: #B7B7B7. Windows color (decimal): -2181294 or 5421022. OLE color: 5421022.
HSL color Cylindrical-coordinate representation of color #DEB752: hue angle of 43.29º degrees, saturation: 0.68, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #DEB752 is Cyan = 0, Magento = 0.18, Yellow = 0.63 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 183 | 82 | - |
| CMYK | 0 | 0.18 | 0.63 | 0.13 |
| HSL | 43.29º | 0.68% | 0.6% | - |
| HSV(B) | 43.29º | 0.63% | 0.87% | - |
| XYZ | 48.58 | 50.01 | 15.07 | - |
| YUV | 183.15 | 70.92 | 155.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 183 | 82 | 0 | 0.18 | 0.63 | 0.13 | 43.29 | 0.68 | 0.6 |
| Hex | DE | B7 | 52 | 0 | 12 | 3F | D | 2B | 44 | 3C |
| Octal | 336 | 267 | 122 | 0 | 22 | 77 | 15 | 53 | 104 | 74 |
| Binary | 11011110 | 10110111 | 1010010 | 0 | 10010 | 111111 | 1101 | 101011 | 1000100 | 111100 |
Color Harmonies of #DEB752
Complementary color
Monochromatic Colors of #DEB752
Black with #DEB752
Text Example
Text Example
White with #DEB752
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DEB752; }
p { color: rgb(222,183,82); }
H1.HeaderClassName
{
color: #DEB752;
}
.AnyTagClassName
{
color: #DEB752;
}
</style>
background-color css
<style>
a { background-color: #DEB752; }
a { background-color: rgb(222,183,82); }
div.DivClassName
{
background-color: #DEB752;
}
.BgClassName
{
background-color: #DEB752;
}
</style>
border-color css
<style>
span { border-color: #DEB752; }
span { border-color: rgb(222,183,82); }
td.TdClassName
{
border-color: #DEB752;
}
.TagClassName
{
border-color: #DEB752;
}
</style>