Shades of Rob Roy #DCAA4B
Tints of Rob Roy #DCAA4B
RGB
CMYK
RGB Variations
Color information
#DCAA4B (or 0xDCAA4B) is known color: Rob Roy. HEX triplet: DC, AA and 4B. RGB value is (220,170,75). Sum of RGB (Red+Green+Blue) = 220+170+75=465 (61% of max value = 765). Red value is 220 (86.33% from 255 or 47.31% from 465); Green value is 170 (66.80% from 255 or 36.56% from 465); Blue value is 75 (29.69% from 255 or 16.13% from 465); Max value from RGB is 220 - color contains mainly: red. Hex color #DCAA4B is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DCAA4B is #2355B4. Grayscale: #AEAEAE. Windows color (decimal): -2315701 or 4958940. OLE color: 4958940.
HSL color Cylindrical-coordinate representation of color #DCAA4B: hue angle of 39.31º degrees, saturation: 0.67, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #DCAA4B is Cyan = 0, Magento = 0.23, Yellow = 0.66 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 170 | 75 | - |
| CMYK | 0 | 0.23 | 0.66 | 0.14 |
| HSL | 39.31º | 0.67% | 0.58% | - |
| HSV(B) | 39.31º | 0.66% | 0.86% | - |
| XYZ | 45.16 | 44.47 | 12.86 | - |
| YUV | 174.12 | 72.07 | 160.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 170 | 75 | 0 | 0.23 | 0.66 | 0.14 | 39.31 | 0.67 | 0.58 |
| Hex | DC | AA | 4B | 0 | 17 | 42 | E | 27 | 43 | 3A |
| Octal | 334 | 252 | 113 | 0 | 27 | 102 | 16 | 47 | 103 | 72 |
| Binary | 11011100 | 10101010 | 1001011 | 0 | 10111 | 1000010 | 1110 | 100111 | 1000011 | 111010 |
Color Harmonies of #DCAA4B
Complementary color
Monochromatic Colors of #DCAA4B
Black with #DCAA4B
Text Example
Text Example
White with #DCAA4B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCAA4B; }
p { color: rgb(220,170,75); }
H1.HeaderClassName
{
color: #DCAA4B;
}
.AnyTagClassName
{
color: #DCAA4B;
}
</style>
background-color css
<style>
a { background-color: #DCAA4B; }
a { background-color: rgb(220,170,75); }
div.DivClassName
{
background-color: #DCAA4B;
}
.BgClassName
{
background-color: #DCAA4B;
}
</style>
border-color css
<style>
span { border-color: #DCAA4B; }
span { border-color: rgb(220,170,75); }
td.TdClassName
{
border-color: #DCAA4B;
}
.TagClassName
{
border-color: #DCAA4B;
}
</style>