Shades of Rob Roy #DCB24A
Tints of Rob Roy #DCB24A
RGB
CMYK
RGB Variations
Color information
#DCB24A (or 0xDCB24A) is known color: Rob Roy. HEX triplet: DC, B2 and 4A. RGB value is (220,178,74). Sum of RGB (Red+Green+Blue) = 220+178+74=472 (62% of max value = 765). Red value is 220 (86.33% from 255 or 46.61% from 472); Green value is 178 (69.92% from 255 or 37.71% from 472); Blue value is 74 (29.30% from 255 or 15.68% from 472); Max value from RGB is 220 - color contains mainly: red. Hex color #DCB24A is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DCB24A is #234DB5. Grayscale: #B3B3B3. Windows color (decimal): -2313654 or 4895452. OLE color: 4895452.
HSL color Cylindrical-coordinate representation of color #DCB24A: hue angle of 42.74º degrees, saturation: 0.68, 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 #DCB24A is Cyan = 0, Magento = 0.19, Yellow = 0.66 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 178 | 74 | - |
| CMYK | 0 | 0.19 | 0.66 | 0.14 |
| HSL | 42.74º | 0.68% | 0.58% | - |
| HSV(B) | 42.74º | 0.66% | 0.86% | - |
| XYZ | 46.67 | 47.55 | 13.2 | - |
| YUV | 178.7 | 68.91 | 157.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 178 | 74 | 0 | 0.19 | 0.66 | 0.14 | 42.74 | 0.68 | 0.58 |
| Hex | DC | B2 | 4A | 0 | 13 | 42 | E | 2B | 44 | 3A |
| Octal | 334 | 262 | 112 | 0 | 23 | 102 | 16 | 53 | 104 | 72 |
| Binary | 11011100 | 10110010 | 1001010 | 0 | 10011 | 1000010 | 1110 | 101011 | 1000100 | 111010 |
Color Harmonies of #DCB24A
Complementary color
Monochromatic Colors of #DCB24A
Black with #DCB24A
Text Example
Text Example
White with #DCB24A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCB24A; }
p { color: rgb(220,178,74); }
H1.HeaderClassName
{
color: #DCB24A;
}
.AnyTagClassName
{
color: #DCB24A;
}
</style>
background-color css
<style>
a { background-color: #DCB24A; }
a { background-color: rgb(220,178,74); }
div.DivClassName
{
background-color: #DCB24A;
}
.BgClassName
{
background-color: #DCB24A;
}
</style>
border-color css
<style>
span { border-color: #DCB24A; }
span { border-color: rgb(220,178,74); }
td.TdClassName
{
border-color: #DCB24A;
}
.TagClassName
{
border-color: #DCB24A;
}
</style>