Shades of Rob Roy #DDB249
Tints of Rob Roy #DDB249
RGB
CMYK
RGB Variations
Color information
#DDB249 (or 0xDDB249) is known color: Rob Roy. HEX triplet: DD, B2 and 49. RGB value is (221,178,73). Sum of RGB (Red+Green+Blue) = 221+178+73=472 (62% of max value = 765). Red value is 221 (86.72% from 255 or 46.82% from 472); Green value is 178 (69.92% from 255 or 37.71% from 472); Blue value is 73 (28.91% from 255 or 15.47% from 472); Max value from RGB is 221 - color contains mainly: red. Hex color #DDB249 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DDB249 is #224DB6. Grayscale: #B3B3B3. Windows color (decimal): -2248119 or 4829917. OLE color: 4829917.
HSL color Cylindrical-coordinate representation of color #DDB249: hue angle of 42.57º degrees, saturation: 0.69, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #DDB249 is Cyan = 0, Magento = 0.19, Yellow = 0.67 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 178 | 73 | - |
| CMYK | 0 | 0.19 | 0.67 | 0.13 |
| HSL | 42.57º | 0.69% | 0.58% | - |
| HSV(B) | 42.57º | 0.67% | 0.87% | - |
| XYZ | 46.94 | 47.69 | 13.04 | - |
| YUV | 178.89 | 68.25 | 158.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 178 | 73 | 0 | 0.19 | 0.67 | 0.13 | 42.57 | 0.69 | 0.58 |
| Hex | DD | B2 | 49 | 0 | 13 | 43 | D | 2B | 45 | 3A |
| Octal | 335 | 262 | 111 | 0 | 23 | 103 | 15 | 53 | 105 | 72 |
| Binary | 11011101 | 10110010 | 1001001 | 0 | 10011 | 1000011 | 1101 | 101011 | 1000101 | 111010 |
Color Harmonies of #DDB249
Complementary color
Monochromatic Colors of #DDB249
Black with #DDB249
Text Example
Text Example
White with #DDB249
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDB249; }
p { color: rgb(221,178,73); }
H1.HeaderClassName
{
color: #DDB249;
}
.AnyTagClassName
{
color: #DDB249;
}
</style>
background-color css
<style>
a { background-color: #DDB249; }
a { background-color: rgb(221,178,73); }
div.DivClassName
{
background-color: #DDB249;
}
.BgClassName
{
background-color: #DDB249;
}
</style>
border-color css
<style>
span { border-color: #DDB249; }
span { border-color: rgb(221,178,73); }
td.TdClassName
{
border-color: #DDB249;
}
.TagClassName
{
border-color: #DDB249;
}
</style>