Shades of Rob Roy #DCB24D
Tints of Rob Roy #DCB24D
RGB
CMYK
RGB Variations
Color information
#DCB24D (or 0xDCB24D) is known color: Rob Roy. HEX triplet: DC, B2 and 4D. RGB value is (220,178,77). Sum of RGB (Red+Green+Blue) = 220+178+77=475 (62% of max value = 765). Red value is 220 (86.33% from 255 or 46.32% from 475); Green value is 178 (69.92% from 255 or 37.47% from 475); Blue value is 77 (30.47% from 255 or 16.21% from 475); Max value from RGB is 220 - color contains mainly: red. Hex color #DCB24D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DCB24D is #234DB2. Grayscale: #B3B3B3. Windows color (decimal): -2313651 or 5092060. OLE color: 5092060.
HSL color Cylindrical-coordinate representation of color #DCB24D: hue angle of 42.38º degrees, saturation: 0.67, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #DCB24D is Cyan = 0, Magento = 0.19, Yellow = 0.65 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 178 | 77 | - |
| CMYK | 0 | 0.19 | 0.65 | 0.14 |
| HSL | 42.38º | 0.67% | 0.58% | - |
| HSV(B) | 42.38º | 0.65% | 0.86% | - |
| XYZ | 46.78 | 47.59 | 13.74 | - |
| YUV | 179.04 | 70.41 | 157.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 178 | 77 | 0 | 0.19 | 0.65 | 0.14 | 42.38 | 0.67 | 0.58 |
| Hex | DC | B2 | 4D | 0 | 13 | 41 | E | 2A | 43 | 3A |
| Octal | 334 | 262 | 115 | 0 | 23 | 101 | 16 | 52 | 103 | 72 |
| Binary | 11011100 | 10110010 | 1001101 | 0 | 10011 | 1000001 | 1110 | 101010 | 1000011 | 111010 |
Color Harmonies of #DCB24D
Complementary color
Monochromatic Colors of #DCB24D
Black with #DCB24D
Text Example
Text Example
White with #DCB24D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCB24D; }
p { color: rgb(220,178,77); }
H1.HeaderClassName
{
color: #DCB24D;
}
.AnyTagClassName
{
color: #DCB24D;
}
</style>
background-color css
<style>
a { background-color: #DCB24D; }
a { background-color: rgb(220,178,77); }
div.DivClassName
{
background-color: #DCB24D;
}
.BgClassName
{
background-color: #DCB24D;
}
</style>
border-color css
<style>
span { border-color: #DCB24D; }
span { border-color: rgb(220,178,77); }
td.TdClassName
{
border-color: #DCB24D;
}
.TagClassName
{
border-color: #DCB24D;
}
</style>