Shades of Rob Roy #DDB152
Tints of Rob Roy #DDB152
RGB
CMYK
RGB Variations
Color information
#DDB152 (or 0xDDB152) is known color: Rob Roy. HEX triplet: DD, B1 and 52. RGB value is (221,177,82). Sum of RGB (Red+Green+Blue) = 221+177+82=480 (63% of max value = 765). Red value is 221 (86.72% from 255 or 46.04% from 480); Green value is 177 (69.53% from 255 or 36.88% from 480); Blue value is 82 (32.42% from 255 or 17.08% from 480); Max value from RGB is 221 - color contains mainly: red. Hex color #DDB152 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DDB152 is #224EAD. Grayscale: #B3B3B3. Windows color (decimal): -2248366 or 5419485. OLE color: 5419485.
HSL color Cylindrical-coordinate representation of color #DDB152: hue angle of 41.01º 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 #DDB152 is Cyan = 0, Magento = 0.20, Yellow = 0.63 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 177 | 82 | - |
| CMYK | 0 | 0.20 | 0.63 | 0.13 |
| HSL | 41.01º | 0.67% | 0.59% | - |
| HSV(B) | 41.01º | 0.63% | 0.87% | - |
| XYZ | 47.06 | 47.43 | 14.66 | - |
| YUV | 179.33 | 73.08 | 157.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 177 | 82 | 0 | 0.20 | 0.63 | 0.13 | 41.01 | 0.67 | 0.59 |
| Hex | DD | B1 | 52 | 0 | 14 | 3F | D | 29 | 43 | 3B |
| Octal | 335 | 261 | 122 | 0 | 24 | 77 | 15 | 51 | 103 | 73 |
| Binary | 11011101 | 10110001 | 1010010 | 0 | 10100 | 111111 | 1101 | 101001 | 1000011 | 111011 |
Color Harmonies of #DDB152
Complementary color
Monochromatic Colors of #DDB152
Black with #DDB152
Text Example
Text Example
White with #DDB152
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDB152; }
p { color: rgb(221,177,82); }
H1.HeaderClassName
{
color: #DDB152;
}
.AnyTagClassName
{
color: #DDB152;
}
</style>
background-color css
<style>
a { background-color: #DDB152; }
a { background-color: rgb(221,177,82); }
div.DivClassName
{
background-color: #DDB152;
}
.BgClassName
{
background-color: #DDB152;
}
</style>
border-color css
<style>
span { border-color: #DDB152; }
span { border-color: rgb(221,177,82); }
td.TdClassName
{
border-color: #DDB152;
}
.TagClassName
{
border-color: #DDB152;
}
</style>