Shades of Rob Roy #DCB14B
Tints of Rob Roy #DCB14B
RGB
CMYK
RGB Variations
Color information
#DCB14B (or 0xDCB14B) is known color: Rob Roy. HEX triplet: DC, B1 and 4B. RGB value is (220,177,75). Sum of RGB (Red+Green+Blue) = 220+177+75=472 (62% of max value = 765). Red value is 220 (86.33% from 255 or 46.61% from 472); Green value is 177 (69.53% from 255 or 37.5% from 472); Blue value is 75 (29.69% from 255 or 15.89% from 472); Max value from RGB is 220 - color contains mainly: red. Hex color #DCB14B is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DCB14B is #234EB4. Grayscale: #B2B2B2. Windows color (decimal): -2313909 or 4960732. OLE color: 4960732.
HSL color Cylindrical-coordinate representation of color #DCB14B: hue angle of 42.21º 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 #DCB14B is Cyan = 0, Magento = 0.20, Yellow = 0.66 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 177 | 75 | - |
| CMYK | 0 | 0.20 | 0.66 | 0.14 |
| HSL | 42.21º | 0.67% | 0.58% | - |
| HSV(B) | 42.21º | 0.66% | 0.86% | - |
| XYZ | 46.51 | 47.17 | 13.31 | - |
| YUV | 178.23 | 69.75 | 157.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 177 | 75 | 0 | 0.20 | 0.66 | 0.14 | 42.21 | 0.67 | 0.58 |
| Hex | DC | B1 | 4B | 0 | 14 | 42 | E | 2A | 43 | 3A |
| Octal | 334 | 261 | 113 | 0 | 24 | 102 | 16 | 52 | 103 | 72 |
| Binary | 11011100 | 10110001 | 1001011 | 0 | 10100 | 1000010 | 1110 | 101010 | 1000011 | 111010 |
Color Harmonies of #DCB14B
Complementary color
Monochromatic Colors of #DCB14B
Black with #DCB14B
Text Example
Text Example
White with #DCB14B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCB14B; }
p { color: rgb(220,177,75); }
H1.HeaderClassName
{
color: #DCB14B;
}
.AnyTagClassName
{
color: #DCB14B;
}
</style>
background-color css
<style>
a { background-color: #DCB14B; }
a { background-color: rgb(220,177,75); }
div.DivClassName
{
background-color: #DCB14B;
}
.BgClassName
{
background-color: #DCB14B;
}
</style>
border-color css
<style>
span { border-color: #DCB14B; }
span { border-color: rgb(220,177,75); }
td.TdClassName
{
border-color: #DCB14B;
}
.TagClassName
{
border-color: #DCB14B;
}
</style>