Shades of Rob Roy #DDB64D
Tints of Rob Roy #DDB64D
RGB
CMYK
RGB Variations
Color information
#DDB64D (or 0xDDB64D) is known color: Rob Roy. HEX triplet: DD, B6 and 4D. RGB value is (221,182,77). Sum of RGB (Red+Green+Blue) = 221+182+77=480 (63% of max value = 765). Red value is 221 (86.72% from 255 or 46.04% from 480); Green value is 182 (71.48% from 255 or 37.92% from 480); Blue value is 77 (30.47% from 255 or 16.04% from 480); Max value from RGB is 221 - color contains mainly: red. Hex color #DDB64D is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DDB64D is #2249B2. Grayscale: #B6B6B6. Windows color (decimal): -2247091 or 5093085. OLE color: 5093085.
HSL color Cylindrical-coordinate representation of color #DDB64D: hue angle of 43.75º degrees, saturation: 0.68, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #DDB64D is Cyan = 0, Magento = 0.18, Yellow = 0.65 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 182 | 77 | - |
| CMYK | 0 | 0.18 | 0.65 | 0.13 |
| HSL | 43.75º | 0.68% | 0.58% | - |
| HSV(B) | 43.75º | 0.65% | 0.87% | - |
| XYZ | 47.89 | 49.36 | 14.03 | - |
| YUV | 181.69 | 68.92 | 156.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 182 | 77 | 0 | 0.18 | 0.65 | 0.13 | 43.75 | 0.68 | 0.58 |
| Hex | DD | B6 | 4D | 0 | 12 | 41 | D | 2C | 44 | 3A |
| Octal | 335 | 266 | 115 | 0 | 22 | 101 | 15 | 54 | 104 | 72 |
| Binary | 11011101 | 10110110 | 1001101 | 0 | 10010 | 1000001 | 1101 | 101100 | 1000100 | 111010 |
Color Harmonies of #DDB64D
Complementary color
Monochromatic Colors of #DDB64D
Black with #DDB64D
Text Example
Text Example
White with #DDB64D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDB64D; }
p { color: rgb(221,182,77); }
H1.HeaderClassName
{
color: #DDB64D;
}
.AnyTagClassName
{
color: #DDB64D;
}
</style>
background-color css
<style>
a { background-color: #DDB64D; }
a { background-color: rgb(221,182,77); }
div.DivClassName
{
background-color: #DDB64D;
}
.BgClassName
{
background-color: #DDB64D;
}
</style>
border-color css
<style>
span { border-color: #DDB64D; }
span { border-color: rgb(221,182,77); }
td.TdClassName
{
border-color: #DDB64D;
}
.TagClassName
{
border-color: #DDB64D;
}
</style>