Shades of Rob Roy #DDA34E
Tints of Rob Roy #DDA34E
RGB
CMYK
RGB Variations
Color information
#DDA34E (or 0xDDA34E) is known color: Rob Roy. HEX triplet: DD, A3 and 4E. RGB value is (221,163,78). Sum of RGB (Red+Green+Blue) = 221+163+78=462 (61% of max value = 765). Red value is 221 (86.72% from 255 or 47.84% from 462); Green value is 163 (64.06% from 255 or 35.28% from 462); Blue value is 78 (30.86% from 255 or 16.88% from 462); Max value from RGB is 221 - color contains mainly: red. Hex color #DDA34E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DDA34E is #225CB1. Grayscale: #ABABAB. Windows color (decimal): -2251954 or 5153757. OLE color: 5153757.
HSL color Cylindrical-coordinate representation of color #DDA34E: hue angle of 35.66º degrees, saturation: 0.68, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #DDA34E is Cyan = 0, Magento = 0.26, Yellow = 0.65 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 163 | 78 | - |
| CMYK | 0 | 0.26 | 0.65 | 0.13 |
| HSL | 35.66º | 0.68% | 0.59% | - |
| HSV(B) | 35.66º | 0.65% | 0.87% | - |
| XYZ | 44.29 | 42.12 | 13 | - |
| YUV | 170.65 | 75.72 | 163.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 163 | 78 | 0 | 0.26 | 0.65 | 0.13 | 35.66 | 0.68 | 0.59 |
| Hex | DD | A3 | 4E | 0 | 1A | 41 | D | 24 | 44 | 3B |
| Octal | 335 | 243 | 116 | 0 | 32 | 101 | 15 | 44 | 104 | 73 |
| Binary | 11011101 | 10100011 | 1001110 | 0 | 11010 | 1000001 | 1101 | 100100 | 1000100 | 111011 |
Color Harmonies of #DDA34E
Complementary color
Monochromatic Colors of #DDA34E
Black with #DDA34E
Text Example
Text Example
White with #DDA34E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDA34E; }
p { color: rgb(221,163,78); }
H1.HeaderClassName
{
color: #DDA34E;
}
.AnyTagClassName
{
color: #DDA34E;
}
</style>
background-color css
<style>
a { background-color: #DDA34E; }
a { background-color: rgb(221,163,78); }
div.DivClassName
{
background-color: #DDA34E;
}
.BgClassName
{
background-color: #DDA34E;
}
</style>
border-color css
<style>
span { border-color: #DDA34E; }
span { border-color: rgb(221,163,78); }
td.TdClassName
{
border-color: #DDA34E;
}
.TagClassName
{
border-color: #DDA34E;
}
</style>