Shades of Rob Roy #DCAC4B
Tints of Rob Roy #DCAC4B
RGB
CMYK
RGB Variations
Color information
#DCAC4B (or 0xDCAC4B) is known color: Rob Roy. HEX triplet: DC, AC and 4B. RGB value is (220,172,75). Sum of RGB (Red+Green+Blue) = 220+172+75=467 (61% of max value = 765). Red value is 220 (86.33% from 255 or 47.11% from 467); Green value is 172 (67.58% from 255 or 36.83% from 467); Blue value is 75 (29.69% from 255 or 16.06% from 467); Max value from RGB is 220 - color contains mainly: red. Hex color #DCAC4B is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DCAC4B is #2353B4. Grayscale: #AFAFAF. Windows color (decimal): -2315189 or 4959452. OLE color: 4959452.
HSL color Cylindrical-coordinate representation of color #DCAC4B: hue angle of 40.14º 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 #DCAC4B is Cyan = 0, Magento = 0.22, Yellow = 0.66 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 172 | 75 | - |
| CMYK | 0 | 0.22 | 0.66 | 0.14 |
| HSL | 40.14º | 0.67% | 0.58% | - |
| HSV(B) | 40.14º | 0.66% | 0.86% | - |
| XYZ | 45.54 | 45.23 | 12.99 | - |
| YUV | 175.29 | 71.4 | 159.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 172 | 75 | 0 | 0.22 | 0.66 | 0.14 | 40.14 | 0.67 | 0.58 |
| Hex | DC | AC | 4B | 0 | 16 | 42 | E | 28 | 43 | 3A |
| Octal | 334 | 254 | 113 | 0 | 26 | 102 | 16 | 50 | 103 | 72 |
| Binary | 11011100 | 10101100 | 1001011 | 0 | 10110 | 1000010 | 1110 | 101000 | 1000011 | 111010 |
Color Harmonies of #DCAC4B
Complementary color
Monochromatic Colors of #DCAC4B
Black with #DCAC4B
Text Example
Text Example
White with #DCAC4B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCAC4B; }
p { color: rgb(220,172,75); }
H1.HeaderClassName
{
color: #DCAC4B;
}
.AnyTagClassName
{
color: #DCAC4B;
}
</style>
background-color css
<style>
a { background-color: #DCAC4B; }
a { background-color: rgb(220,172,75); }
div.DivClassName
{
background-color: #DCAC4B;
}
.BgClassName
{
background-color: #DCAC4B;
}
</style>
border-color css
<style>
span { border-color: #DCAC4B; }
span { border-color: rgb(220,172,75); }
td.TdClassName
{
border-color: #DCAC4B;
}
.TagClassName
{
border-color: #DCAC4B;
}
</style>