Shades of Rob Roy #DDA44A
Tints of Rob Roy #DDA44A
RGB
CMYK
RGB Variations
Color information
#DDA44A (or 0xDDA44A) is known color: Rob Roy. HEX triplet: DD, A4 and 4A. RGB value is (221,164,74). Sum of RGB (Red+Green+Blue) = 221+164+74=459 (60% of max value = 765). Red value is 221 (86.72% from 255 or 48.15% from 459); Green value is 164 (64.45% from 255 or 35.73% from 459); Blue value is 74 (29.30% from 255 or 16.12% from 459); Max value from RGB is 221 - color contains mainly: red. Hex color #DDA44A is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DDA44A is #225BB5. Grayscale: #ABABAB. Windows color (decimal): -2251702 or 4891869. OLE color: 4891869.
HSL color Cylindrical-coordinate representation of color #DDA44A: hue angle of 36.73º degrees, saturation: 0.68, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #DDA44A is Cyan = 0, Magento = 0.26, Yellow = 0.67 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 164 | 74 | - |
| CMYK | 0 | 0.26 | 0.67 | 0.13 |
| HSL | 36.73º | 0.68% | 0.58% | - |
| HSV(B) | 36.73º | 0.67% | 0.87% | - |
| XYZ | 44.33 | 42.42 | 12.33 | - |
| YUV | 170.78 | 73.38 | 163.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 164 | 74 | 0 | 0.26 | 0.67 | 0.13 | 36.73 | 0.68 | 0.58 |
| Hex | DD | A4 | 4A | 0 | 1A | 43 | D | 25 | 44 | 3A |
| Octal | 335 | 244 | 112 | 0 | 32 | 103 | 15 | 45 | 104 | 72 |
| Binary | 11011101 | 10100100 | 1001010 | 0 | 11010 | 1000011 | 1101 | 100101 | 1000100 | 111010 |
Color Harmonies of #DDA44A
Complementary color
Monochromatic Colors of #DDA44A
Black with #DDA44A
Text Example
Text Example
White with #DDA44A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDA44A; }
p { color: rgb(221,164,74); }
H1.HeaderClassName
{
color: #DDA44A;
}
.AnyTagClassName
{
color: #DDA44A;
}
</style>
background-color css
<style>
a { background-color: #DDA44A; }
a { background-color: rgb(221,164,74); }
div.DivClassName
{
background-color: #DDA44A;
}
.BgClassName
{
background-color: #DDA44A;
}
</style>
border-color css
<style>
span { border-color: #DDA44A; }
span { border-color: rgb(221,164,74); }
td.TdClassName
{
border-color: #DDA44A;
}
.TagClassName
{
border-color: #DDA44A;
}
</style>