Shades of Rob Roy #DFB452
Tints of Rob Roy #DFB452
RGB
CMYK
RGB Variations
Color information
#DFB452 (or 0xDFB452) is known color: Rob Roy. HEX triplet: DF, B4 and 52. RGB value is (223,180,82). Sum of RGB (Red+Green+Blue) = 223+180+82=485 (64% of max value = 765). Red value is 223 (87.5% from 255 or 45.98% from 485); Green value is 180 (70.70% from 255 or 37.11% from 485); Blue value is 82 (32.42% from 255 or 16.91% from 485); Max value from RGB is 223 - color contains mainly: red. Hex color #DFB452 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DFB452 is #204BAD. Grayscale: #B6B6B6. Windows color (decimal): -2116526 or 5420255. OLE color: 5420255.
HSL color Cylindrical-coordinate representation of color #DFB452: hue angle of 41.7º degrees, saturation: 0.69, 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 #DFB452 is Cyan = 0, Magento = 0.19, Yellow = 0.63 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 180 | 82 | - |
| CMYK | 0 | 0.19 | 0.63 | 0.13 |
| HSL | 41.7º | 0.69% | 0.6% | - |
| HSV(B) | 41.7º | 0.63% | 0.87% | - |
| XYZ | 48.28 | 48.94 | 14.88 | - |
| YUV | 181.69 | 71.75 | 157.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 180 | 82 | 0 | 0.19 | 0.63 | 0.13 | 41.7 | 0.69 | 0.6 |
| Hex | DF | B4 | 52 | 0 | 13 | 3F | D | 2A | 45 | 3C |
| Octal | 337 | 264 | 122 | 0 | 23 | 77 | 15 | 52 | 105 | 74 |
| Binary | 11011111 | 10110100 | 1010010 | 0 | 10011 | 111111 | 1101 | 101010 | 1000101 | 111100 |
Color Harmonies of #DFB452
Complementary color
Monochromatic Colors of #DFB452
Black with #DFB452
Text Example
Text Example
White with #DFB452
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFB452; }
p { color: rgb(223,180,82); }
H1.HeaderClassName
{
color: #DFB452;
}
.AnyTagClassName
{
color: #DFB452;
}
</style>
background-color css
<style>
a { background-color: #DFB452; }
a { background-color: rgb(223,180,82); }
div.DivClassName
{
background-color: #DFB452;
}
.BgClassName
{
background-color: #DFB452;
}
</style>
border-color css
<style>
span { border-color: #DFB452; }
span { border-color: rgb(223,180,82); }
td.TdClassName
{
border-color: #DFB452;
}
.TagClassName
{
border-color: #DFB452;
}
</style>