Shades of Rob Roy #DDA65B
Tints of Rob Roy #DDA65B
RGB
CMYK
RGB Variations
Color information
#DDA65B (or 0xDDA65B) is known color: Rob Roy. HEX triplet: DD, A6 and 5B. RGB value is (221,166,91). Sum of RGB (Red+Green+Blue) = 221+166+91=478 (63% of max value = 765). Red value is 221 (86.72% from 255 or 46.23% from 478); Green value is 166 (65.23% from 255 or 34.73% from 478); Blue value is 91 (35.94% from 255 or 19.04% from 478); Max value from RGB is 221 - color contains mainly: red. Hex color #DDA65B is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DDA65B is #2259A4. Grayscale: #AEAEAE. Windows color (decimal): -2251173 or 6006493. OLE color: 6006493.
HSL color Cylindrical-coordinate representation of color #DDA65B: hue angle of 34.62º degrees, saturation: 0.66, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #DDA65B is Cyan = 0, Magento = 0.25, Yellow = 0.59 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 166 | 91 | - |
| CMYK | 0 | 0.25 | 0.59 | 0.13 |
| HSL | 34.62º | 0.66% | 0.61% | - |
| HSV(B) | 34.62º | 0.59% | 0.87% | - |
| XYZ | 45.34 | 43.4 | 15.88 | - |
| YUV | 173.9 | 81.22 | 161.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 166 | 91 | 0 | 0.25 | 0.59 | 0.13 | 34.62 | 0.66 | 0.61 |
| Hex | DD | A6 | 5B | 0 | 19 | 3B | D | 23 | 42 | 3D |
| Octal | 335 | 246 | 133 | 0 | 31 | 73 | 15 | 43 | 102 | 75 |
| Binary | 11011101 | 10100110 | 1011011 | 0 | 11001 | 111011 | 1101 | 100011 | 1000010 | 111101 |
Color Harmonies of #DDA65B
Complementary color
Monochromatic Colors of #DDA65B
Black with #DDA65B
Text Example
Text Example
White with #DDA65B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDA65B; }
p { color: rgb(221,166,91); }
H1.HeaderClassName
{
color: #DDA65B;
}
.AnyTagClassName
{
color: #DDA65B;
}
</style>
background-color css
<style>
a { background-color: #DDA65B; }
a { background-color: rgb(221,166,91); }
div.DivClassName
{
background-color: #DDA65B;
}
.BgClassName
{
background-color: #DDA65B;
}
</style>
border-color css
<style>
span { border-color: #DDA65B; }
span { border-color: rgb(221,166,91); }
td.TdClassName
{
border-color: #DDA65B;
}
.TagClassName
{
border-color: #DDA65B;
}
</style>