Shades of Rob Roy #DCB05A
Tints of Rob Roy #DCB05A
RGB
CMYK
RGB Variations
Color information
#DCB05A (or 0xDCB05A) is known color: Rob Roy. HEX triplet: DC, B0 and 5A. RGB value is (220,176,90). Sum of RGB (Red+Green+Blue) = 220+176+90=486 (64% of max value = 765). Red value is 220 (86.33% from 255 or 45.27% from 486); Green value is 176 (69.14% from 255 or 36.21% from 486); Blue value is 90 (35.55% from 255 or 18.52% from 486); Max value from RGB is 220 - color contains mainly: red. Hex color #DCB05A is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DCB05A is #234FA5. Grayscale: #B3B3B3. Windows color (decimal): -2314150 or 5943516. OLE color: 5943516.
HSL color Cylindrical-coordinate representation of color #DCB05A: hue angle of 39.69º 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 #DCB05A is Cyan = 0, Magento = 0.2, Yellow = 0.59 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 176 | 90 | - |
| CMYK | 0 | 0.2 | 0.59 | 0.14 |
| HSL | 39.69º | 0.65% | 0.61% | - |
| HSV(B) | 39.69º | 0.59% | 0.86% | - |
| XYZ | 46.89 | 47 | 16.27 | - |
| YUV | 179.35 | 77.58 | 156.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 176 | 90 | 0 | 0.2 | 0.59 | 0.14 | 39.69 | 0.65 | 0.61 |
| Hex | DC | B0 | 5A | 0 | 14 | 3B | E | 28 | 41 | 3D |
| Octal | 334 | 260 | 132 | 0 | 24 | 73 | 16 | 50 | 101 | 75 |
| Binary | 11011100 | 10110000 | 1011010 | 0 | 10100 | 111011 | 1110 | 101000 | 1000001 | 111101 |
Color Harmonies of #DCB05A
Complementary color
Monochromatic Colors of #DCB05A
Black with #DCB05A
Text Example
Text Example
White with #DCB05A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCB05A; }
p { color: rgb(220,176,90); }
H1.HeaderClassName
{
color: #DCB05A;
}
.AnyTagClassName
{
color: #DCB05A;
}
</style>
background-color css
<style>
a { background-color: #DCB05A; }
a { background-color: rgb(220,176,90); }
div.DivClassName
{
background-color: #DCB05A;
}
.BgClassName
{
background-color: #DCB05A;
}
</style>
border-color css
<style>
span { border-color: #DCB05A; }
span { border-color: rgb(220,176,90); }
td.TdClassName
{
border-color: #DCB05A;
}
.TagClassName
{
border-color: #DCB05A;
}
</style>