Shades of Rob Roy #DDA75D
Tints of Rob Roy #DDA75D
RGB
CMYK
RGB Variations
Color information
#DDA75D (or 0xDDA75D) is known color: Rob Roy. HEX triplet: DD, A7 and 5D. RGB value is (221,167,93). Sum of RGB (Red+Green+Blue) = 221+167+93=481 (63% of max value = 765). Red value is 221 (86.72% from 255 or 45.95% from 481); Green value is 167 (65.62% from 255 or 34.72% from 481); Blue value is 93 (36.72% from 255 or 19.33% from 481); Max value from RGB is 221 - color contains mainly: red. Hex color #DDA75D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DDA75D is #2258A2. Grayscale: #AFAFAF. Windows color (decimal): -2250915 or 6137821. OLE color: 6137821.
HSL color Cylindrical-coordinate representation of color #DDA75D: hue angle of 34.69º degrees, saturation: 0.65, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #DDA75D is Cyan = 0, Magento = 0.24, Yellow = 0.58 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 167 | 93 | - |
| CMYK | 0 | 0.24 | 0.58 | 0.13 |
| HSL | 34.69º | 0.65% | 0.62% | - |
| HSV(B) | 34.69º | 0.58% | 0.87% | - |
| XYZ | 45.61 | 43.8 | 16.41 | - |
| YUV | 174.71 | 81.89 | 161.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 167 | 93 | 0 | 0.24 | 0.58 | 0.13 | 34.69 | 0.65 | 0.62 |
| Hex | DD | A7 | 5D | 0 | 18 | 3A | D | 23 | 41 | 3E |
| Octal | 335 | 247 | 135 | 0 | 30 | 72 | 15 | 43 | 101 | 76 |
| Binary | 11011101 | 10100111 | 1011101 | 0 | 11000 | 111010 | 1101 | 100011 | 1000001 | 111110 |
Color Harmonies of #DDA75D
Complementary color
Monochromatic Colors of #DDA75D
Black with #DDA75D
Text Example
Text Example
White with #DDA75D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDA75D; }
p { color: rgb(221,167,93); }
H1.HeaderClassName
{
color: #DDA75D;
}
.AnyTagClassName
{
color: #DDA75D;
}
</style>
background-color css
<style>
a { background-color: #DDA75D; }
a { background-color: rgb(221,167,93); }
div.DivClassName
{
background-color: #DDA75D;
}
.BgClassName
{
background-color: #DDA75D;
}
</style>
border-color css
<style>
span { border-color: #DDA75D; }
span { border-color: rgb(221,167,93); }
td.TdClassName
{
border-color: #DDA75D;
}
.TagClassName
{
border-color: #DDA75D;
}
</style>