Shades of Rob Roy #DCB24B
Tints of Rob Roy #DCB24B
RGB
CMYK
RGB Variations
Color information
#DCB24B (or 0xDCB24B) is known color: Rob Roy. HEX triplet: DC, B2 and 4B. RGB value is (220,178,75). Sum of RGB (Red+Green+Blue) = 220+178+75=473 (62% of max value = 765). Red value is 220 (86.33% from 255 or 46.51% from 473); Green value is 178 (69.92% from 255 or 37.63% from 473); Blue value is 75 (29.69% from 255 or 15.86% from 473); Max value from RGB is 220 - color contains mainly: red. Hex color #DCB24B is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DCB24B is #234DB4. Grayscale: #B3B3B3. Windows color (decimal): -2313653 or 4960988. OLE color: 4960988.
HSL color Cylindrical-coordinate representation of color #DCB24B: hue angle of 42.62º 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 #DCB24B is Cyan = 0, Magento = 0.19, Yellow = 0.66 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 178 | 75 | - |
| CMYK | 0 | 0.19 | 0.66 | 0.14 |
| HSL | 42.62º | 0.67% | 0.58% | - |
| HSV(B) | 42.62º | 0.66% | 0.86% | - |
| XYZ | 46.71 | 47.56 | 13.38 | - |
| YUV | 178.82 | 69.41 | 157.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 178 | 75 | 0 | 0.19 | 0.66 | 0.14 | 42.62 | 0.67 | 0.58 |
| Hex | DC | B2 | 4B | 0 | 13 | 42 | E | 2B | 43 | 3A |
| Octal | 334 | 262 | 113 | 0 | 23 | 102 | 16 | 53 | 103 | 72 |
| Binary | 11011100 | 10110010 | 1001011 | 0 | 10011 | 1000010 | 1110 | 101011 | 1000011 | 111010 |
Color Harmonies of #DCB24B
Complementary color
Monochromatic Colors of #DCB24B
Black with #DCB24B
Text Example
Text Example
White with #DCB24B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCB24B; }
p { color: rgb(220,178,75); }
H1.HeaderClassName
{
color: #DCB24B;
}
.AnyTagClassName
{
color: #DCB24B;
}
</style>
background-color css
<style>
a { background-color: #DCB24B; }
a { background-color: rgb(220,178,75); }
div.DivClassName
{
background-color: #DCB24B;
}
.BgClassName
{
background-color: #DCB24B;
}
</style>
border-color css
<style>
span { border-color: #DCB24B; }
span { border-color: rgb(220,178,75); }
td.TdClassName
{
border-color: #DCB24B;
}
.TagClassName
{
border-color: #DCB24B;
}
</style>