Shades of Rob Roy #DDA34B
Tints of Rob Roy #DDA34B
RGB
CMYK
RGB Variations
Color information
#DDA34B (or 0xDDA34B) is known color: Rob Roy. HEX triplet: DD, A3 and 4B. RGB value is (221,163,75). Sum of RGB (Red+Green+Blue) = 221+163+75=459 (60% of max value = 765). Red value is 221 (86.72% from 255 or 48.15% from 459); Green value is 163 (64.06% from 255 or 35.51% from 459); Blue value is 75 (29.69% from 255 or 16.34% from 459); Max value from RGB is 221 - color contains mainly: red. Hex color #DDA34B is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DDA34B is #225CB4. Grayscale: #AAAAAA. Windows color (decimal): -2251957 or 4957149. OLE color: 4957149.
HSL color Cylindrical-coordinate representation of color #DDA34B: hue angle of 36.16º 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 #DDA34B is Cyan = 0, Magento = 0.26, Yellow = 0.66 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 163 | 75 | - |
| CMYK | 0 | 0.26 | 0.66 | 0.13 |
| HSL | 36.16º | 0.68% | 0.58% | - |
| HSV(B) | 36.16º | 0.66% | 0.87% | - |
| XYZ | 44.19 | 42.07 | 12.45 | - |
| YUV | 170.31 | 74.22 | 164.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 163 | 75 | 0 | 0.26 | 0.66 | 0.13 | 36.16 | 0.68 | 0.58 |
| Hex | DD | A3 | 4B | 0 | 1A | 42 | D | 24 | 44 | 3A |
| Octal | 335 | 243 | 113 | 0 | 32 | 102 | 15 | 44 | 104 | 72 |
| Binary | 11011101 | 10100011 | 1001011 | 0 | 11010 | 1000010 | 1101 | 100100 | 1000100 | 111010 |
Color Harmonies of #DDA34B
Complementary color
Monochromatic Colors of #DDA34B
Black with #DDA34B
Text Example
Text Example
White with #DDA34B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDA34B; }
p { color: rgb(221,163,75); }
H1.HeaderClassName
{
color: #DDA34B;
}
.AnyTagClassName
{
color: #DDA34B;
}
</style>
background-color css
<style>
a { background-color: #DDA34B; }
a { background-color: rgb(221,163,75); }
div.DivClassName
{
background-color: #DDA34B;
}
.BgClassName
{
background-color: #DDA34B;
}
</style>
border-color css
<style>
span { border-color: #DDA34B; }
span { border-color: rgb(221,163,75); }
td.TdClassName
{
border-color: #DDA34B;
}
.TagClassName
{
border-color: #DDA34B;
}
</style>