Shades of Rob Roy #DDA44C
Tints of Rob Roy #DDA44C
RGB
CMYK
RGB Variations
Color information
#DDA44C (or 0xDDA44C) is known color: Rob Roy. HEX triplet: DD, A4 and 4C. RGB value is (221,164,76). Sum of RGB (Red+Green+Blue) = 221+164+76=461 (61% of max value = 765). Red value is 221 (86.72% from 255 or 47.94% from 461); Green value is 164 (64.45% from 255 or 35.57% from 461); Blue value is 76 (30.08% from 255 or 16.49% from 461); Max value from RGB is 221 - color contains mainly: red. Hex color #DDA44C is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DDA44C is #225BB3. Grayscale: #ABABAB. Windows color (decimal): -2251700 or 5022941. OLE color: 5022941.
HSL color Cylindrical-coordinate representation of color #DDA44C: hue angle of 36.41º 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 #DDA44C is Cyan = 0, Magento = 0.26, Yellow = 0.66 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 164 | 76 | - |
| CMYK | 0 | 0.26 | 0.66 | 0.13 |
| HSL | 36.41º | 0.68% | 0.58% | - |
| HSV(B) | 36.41º | 0.66% | 0.87% | - |
| XYZ | 44.4 | 42.44 | 12.69 | - |
| YUV | 171.01 | 74.38 | 163.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 164 | 76 | 0 | 0.26 | 0.66 | 0.13 | 36.41 | 0.68 | 0.58 |
| Hex | DD | A4 | 4C | 0 | 1A | 42 | D | 24 | 44 | 3A |
| Octal | 335 | 244 | 114 | 0 | 32 | 102 | 15 | 44 | 104 | 72 |
| Binary | 11011101 | 10100100 | 1001100 | 0 | 11010 | 1000010 | 1101 | 100100 | 1000100 | 111010 |
Color Harmonies of #DDA44C
Complementary color
Monochromatic Colors of #DDA44C
Black with #DDA44C
Text Example
Text Example
White with #DDA44C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDA44C; }
p { color: rgb(221,164,76); }
H1.HeaderClassName
{
color: #DDA44C;
}
.AnyTagClassName
{
color: #DDA44C;
}
</style>
background-color css
<style>
a { background-color: #DDA44C; }
a { background-color: rgb(221,164,76); }
div.DivClassName
{
background-color: #DDA44C;
}
.BgClassName
{
background-color: #DDA44C;
}
</style>
border-color css
<style>
span { border-color: #DDA44C; }
span { border-color: rgb(221,164,76); }
td.TdClassName
{
border-color: #DDA44C;
}
.TagClassName
{
border-color: #DDA44C;
}
</style>