Shades of Rob Roy #DCAC5B
Tints of Rob Roy #DCAC5B
RGB
CMYK
RGB Variations
Color information
#DCAC5B (or 0xDCAC5B) is known color: Rob Roy. HEX triplet: DC, AC and 5B. RGB value is (220,172,91). Sum of RGB (Red+Green+Blue) = 220+172+91=483 (63% of max value = 765). Red value is 220 (86.33% from 255 or 45.55% from 483); Green value is 172 (67.58% from 255 or 35.61% from 483); Blue value is 91 (35.94% from 255 or 18.84% from 483); Max value from RGB is 220 - color contains mainly: red. Hex color #DCAC5B is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DCAC5B is #2353A4. Grayscale: #B1B1B1. Windows color (decimal): -2315173 or 6008028. OLE color: 6008028.
HSL color Cylindrical-coordinate representation of color #DCAC5B: hue angle of 37.67º degrees, saturation: 0.65, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #DCAC5B is Cyan = 0, Magento = 0.22, Yellow = 0.59 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 172 | 91 | - |
| CMYK | 0 | 0.22 | 0.59 | 0.14 |
| HSL | 37.67º | 0.65% | 0.61% | - |
| HSV(B) | 37.67º | 0.59% | 0.86% | - |
| XYZ | 46.16 | 45.48 | 16.24 | - |
| YUV | 177.12 | 79.4 | 158.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 172 | 91 | 0 | 0.22 | 0.59 | 0.14 | 37.67 | 0.65 | 0.61 |
| Hex | DC | AC | 5B | 0 | 16 | 3B | E | 26 | 41 | 3D |
| Octal | 334 | 254 | 133 | 0 | 26 | 73 | 16 | 46 | 101 | 75 |
| Binary | 11011100 | 10101100 | 1011011 | 0 | 10110 | 111011 | 1110 | 100110 | 1000001 | 111101 |
Color Harmonies of #DCAC5B
Complementary color
Monochromatic Colors of #DCAC5B
Black with #DCAC5B
Text Example
Text Example
White with #DCAC5B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCAC5B; }
p { color: rgb(220,172,91); }
H1.HeaderClassName
{
color: #DCAC5B;
}
.AnyTagClassName
{
color: #DCAC5B;
}
</style>
background-color css
<style>
a { background-color: #DCAC5B; }
a { background-color: rgb(220,172,91); }
div.DivClassName
{
background-color: #DCAC5B;
}
.BgClassName
{
background-color: #DCAC5B;
}
</style>
border-color css
<style>
span { border-color: #DCAC5B; }
span { border-color: rgb(220,172,91); }
td.TdClassName
{
border-color: #DCAC5B;
}
.TagClassName
{
border-color: #DCAC5B;
}
</style>