Shades of Rob Roy #DDA75C
Tints of Rob Roy #DDA75C
RGB
CMYK
RGB Variations
Color information
#DDA75C (or 0xDDA75C) is known color: Rob Roy. HEX triplet: DD, A7 and 5C. RGB value is (221,167,92). Sum of RGB (Red+Green+Blue) = 221+167+92=480 (63% of max value = 765). Red value is 221 (86.72% from 255 or 46.04% from 480); Green value is 167 (65.62% from 255 or 34.79% from 480); Blue value is 92 (36.33% from 255 or 19.17% from 480); Max value from RGB is 221 - color contains mainly: red. Hex color #DDA75C is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DDA75C is #2258A3. Grayscale: #AEAEAE. Windows color (decimal): -2250916 or 6072285. OLE color: 6072285.
HSL color Cylindrical-coordinate representation of color #DDA75C: hue angle of 34.88º degrees, saturation: 0.65, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #DDA75C is Cyan = 0, Magento = 0.24, Yellow = 0.58 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 167 | 92 | - |
| CMYK | 0 | 0.24 | 0.58 | 0.13 |
| HSL | 34.88º | 0.65% | 0.61% | - |
| HSV(B) | 34.88º | 0.58% | 0.87% | - |
| XYZ | 45.57 | 43.78 | 16.17 | - |
| YUV | 174.6 | 81.39 | 161.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 167 | 92 | 0 | 0.24 | 0.58 | 0.13 | 34.88 | 0.65 | 0.61 |
| Hex | DD | A7 | 5C | 0 | 18 | 3A | D | 23 | 41 | 3D |
| Octal | 335 | 247 | 134 | 0 | 30 | 72 | 15 | 43 | 101 | 75 |
| Binary | 11011101 | 10100111 | 1011100 | 0 | 11000 | 111010 | 1101 | 100011 | 1000001 | 111101 |
Color Harmonies of #DDA75C
Complementary color
Monochromatic Colors of #DDA75C
Black with #DDA75C
Text Example
Text Example
White with #DDA75C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDA75C; }
p { color: rgb(221,167,92); }
H1.HeaderClassName
{
color: #DDA75C;
}
.AnyTagClassName
{
color: #DDA75C;
}
</style>
background-color css
<style>
a { background-color: #DDA75C; }
a { background-color: rgb(221,167,92); }
div.DivClassName
{
background-color: #DDA75C;
}
.BgClassName
{
background-color: #DDA75C;
}
</style>
border-color css
<style>
span { border-color: #DDA75C; }
span { border-color: rgb(221,167,92); }
td.TdClassName
{
border-color: #DDA75C;
}
.TagClassName
{
border-color: #DDA75C;
}
</style>