Shades of Rob Roy #DDB252
Tints of Rob Roy #DDB252
RGB
CMYK
RGB Variations
Color information
#DDB252 (or 0xDDB252) is known color: Rob Roy. HEX triplet: DD, B2 and 52. RGB value is (221,178,82). Sum of RGB (Red+Green+Blue) = 221+178+82=481 (63% of max value = 765). Red value is 221 (86.72% from 255 or 45.95% from 481); Green value is 178 (69.92% from 255 or 37.01% from 481); Blue value is 82 (32.42% from 255 or 17.05% from 481); Max value from RGB is 221 - color contains mainly: red. Hex color #DDB252 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DDB252 is #224DAD. Grayscale: #B4B4B4. Windows color (decimal): -2248110 or 5419741. OLE color: 5419741.
HSL color Cylindrical-coordinate representation of color #DDB252: hue angle of 41.44º degrees, saturation: 0.67, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #DDB252 is Cyan = 0, Magento = 0.19, Yellow = 0.63 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 178 | 82 | - |
| CMYK | 0 | 0.19 | 0.63 | 0.13 |
| HSL | 41.44º | 0.67% | 0.59% | - |
| HSV(B) | 41.44º | 0.63% | 0.87% | - |
| XYZ | 47.26 | 47.82 | 14.72 | - |
| YUV | 179.91 | 72.75 | 157.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 178 | 82 | 0 | 0.19 | 0.63 | 0.13 | 41.44 | 0.67 | 0.59 |
| Hex | DD | B2 | 52 | 0 | 13 | 3F | D | 29 | 43 | 3B |
| Octal | 335 | 262 | 122 | 0 | 23 | 77 | 15 | 51 | 103 | 73 |
| Binary | 11011101 | 10110010 | 1010010 | 0 | 10011 | 111111 | 1101 | 101001 | 1000011 | 111011 |
Color Harmonies of #DDB252
Complementary color
Monochromatic Colors of #DDB252
Black with #DDB252
Text Example
Text Example
White with #DDB252
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDB252; }
p { color: rgb(221,178,82); }
H1.HeaderClassName
{
color: #DDB252;
}
.AnyTagClassName
{
color: #DDB252;
}
</style>
background-color css
<style>
a { background-color: #DDB252; }
a { background-color: rgb(221,178,82); }
div.DivClassName
{
background-color: #DDB252;
}
.BgClassName
{
background-color: #DDB252;
}
</style>
border-color css
<style>
span { border-color: #DDB252; }
span { border-color: rgb(221,178,82); }
td.TdClassName
{
border-color: #DDB252;
}
.TagClassName
{
border-color: #DDB252;
}
</style>