Shades of Rob Roy #DDA54C
Tints of Rob Roy #DDA54C
RGB
CMYK
RGB Variations
Color information
#DDA54C (or 0xDDA54C) is known color: Rob Roy. HEX triplet: DD, A5 and 4C. RGB value is (221,165,76). Sum of RGB (Red+Green+Blue) = 221+165+76=462 (61% of max value = 765). Red value is 221 (86.72% from 255 or 47.84% from 462); Green value is 165 (64.84% from 255 or 35.71% from 462); Blue value is 76 (30.08% from 255 or 16.45% from 462); Max value from RGB is 221 - color contains mainly: red. Hex color #DDA54C is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DDA54C is #225AB3. Grayscale: #ACACAC. Windows color (decimal): -2251444 or 5023197. OLE color: 5023197.
HSL color Cylindrical-coordinate representation of color #DDA54C: hue angle of 36.83º degrees, saturation: 0.68, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #DDA54C is Cyan = 0, Magento = 0.25, Yellow = 0.66 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 165 | 76 | - |
| CMYK | 0 | 0.25 | 0.66 | 0.13 |
| HSL | 36.83º | 0.68% | 0.58% | - |
| HSV(B) | 36.83º | 0.66% | 0.87% | - |
| XYZ | 44.58 | 42.8 | 12.75 | - |
| YUV | 171.6 | 74.05 | 163.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 165 | 76 | 0 | 0.25 | 0.66 | 0.13 | 36.83 | 0.68 | 0.58 |
| Hex | DD | A5 | 4C | 0 | 19 | 42 | D | 25 | 44 | 3A |
| Octal | 335 | 245 | 114 | 0 | 31 | 102 | 15 | 45 | 104 | 72 |
| Binary | 11011101 | 10100101 | 1001100 | 0 | 11001 | 1000010 | 1101 | 100101 | 1000100 | 111010 |
Color Harmonies of #DDA54C
Complementary color
Monochromatic Colors of #DDA54C
Black with #DDA54C
Text Example
Text Example
White with #DDA54C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDA54C; }
p { color: rgb(221,165,76); }
H1.HeaderClassName
{
color: #DDA54C;
}
.AnyTagClassName
{
color: #DDA54C;
}
</style>
background-color css
<style>
a { background-color: #DDA54C; }
a { background-color: rgb(221,165,76); }
div.DivClassName
{
background-color: #DDA54C;
}
.BgClassName
{
background-color: #DDA54C;
}
</style>
border-color css
<style>
span { border-color: #DDA54C; }
span { border-color: rgb(221,165,76); }
td.TdClassName
{
border-color: #DDA54C;
}
.TagClassName
{
border-color: #DDA54C;
}
</style>