Shades of Rob Roy #DCAB4B
Tints of Rob Roy #DCAB4B
RGB
CMYK
RGB Variations
Color information
#DCAB4B (or 0xDCAB4B) is known color: Rob Roy. HEX triplet: DC, AB and 4B. RGB value is (220,171,75). Sum of RGB (Red+Green+Blue) = 220+171+75=466 (61% of max value = 765). Red value is 220 (86.33% from 255 or 47.21% from 466); Green value is 171 (67.19% from 255 or 36.70% from 466); Blue value is 75 (29.69% from 255 or 16.09% from 466); Max value from RGB is 220 - color contains mainly: red. Hex color #DCAB4B is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DCAB4B is #2354B4. Grayscale: #AFAFAF. Windows color (decimal): -2315445 or 4959196. OLE color: 4959196.
HSL color Cylindrical-coordinate representation of color #DCAB4B: hue angle of 39.72º 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 #DCAB4B is Cyan = 0, Magento = 0.22, Yellow = 0.66 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 171 | 75 | - |
| CMYK | 0 | 0.22 | 0.66 | 0.14 |
| HSL | 39.72º | 0.67% | 0.58% | - |
| HSV(B) | 39.72º | 0.66% | 0.86% | - |
| XYZ | 45.35 | 44.85 | 12.92 | - |
| YUV | 174.71 | 71.73 | 160.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 171 | 75 | 0 | 0.22 | 0.66 | 0.14 | 39.72 | 0.67 | 0.58 |
| Hex | DC | AB | 4B | 0 | 16 | 42 | E | 28 | 43 | 3A |
| Octal | 334 | 253 | 113 | 0 | 26 | 102 | 16 | 50 | 103 | 72 |
| Binary | 11011100 | 10101011 | 1001011 | 0 | 10110 | 1000010 | 1110 | 101000 | 1000011 | 111010 |
Color Harmonies of #DCAB4B
Complementary color
Monochromatic Colors of #DCAB4B
Black with #DCAB4B
Text Example
Text Example
White with #DCAB4B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCAB4B; }
p { color: rgb(220,171,75); }
H1.HeaderClassName
{
color: #DCAB4B;
}
.AnyTagClassName
{
color: #DCAB4B;
}
</style>
background-color css
<style>
a { background-color: #DCAB4B; }
a { background-color: rgb(220,171,75); }
div.DivClassName
{
background-color: #DCAB4B;
}
.BgClassName
{
background-color: #DCAB4B;
}
</style>
border-color css
<style>
span { border-color: #DCAB4B; }
span { border-color: rgb(220,171,75); }
td.TdClassName
{
border-color: #DCAB4B;
}
.TagClassName
{
border-color: #DCAB4B;
}
</style>