Shades of Rob Roy #DCB34B
Tints of Rob Roy #DCB34B
RGB
CMYK
RGB Variations
Color information
#DCB34B (or 0xDCB34B) is known color: Rob Roy. HEX triplet: DC, B3 and 4B. RGB value is (220,179,75). Sum of RGB (Red+Green+Blue) = 220+179+75=474 (62% of max value = 765). Red value is 220 (86.33% from 255 or 46.41% from 474); Green value is 179 (70.31% from 255 or 37.76% from 474); Blue value is 75 (29.69% from 255 or 15.82% from 474); Max value from RGB is 220 - color contains mainly: red. Hex color #DCB34B is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DCB34B is #234CB4. Grayscale: #B3B3B3. Windows color (decimal): -2313397 or 4961244. OLE color: 4961244.
HSL color Cylindrical-coordinate representation of color #DCB34B: hue angle of 43.03º 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 #DCB34B is Cyan = 0, Magento = 0.19, Yellow = 0.66 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 179 | 75 | - |
| CMYK | 0 | 0.19 | 0.66 | 0.14 |
| HSL | 43.03º | 0.67% | 0.58% | - |
| HSV(B) | 43.03º | 0.66% | 0.86% | - |
| XYZ | 46.91 | 47.96 | 13.44 | - |
| YUV | 179.4 | 69.08 | 156.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 179 | 75 | 0 | 0.19 | 0.66 | 0.14 | 43.03 | 0.67 | 0.58 |
| Hex | DC | B3 | 4B | 0 | 13 | 42 | E | 2B | 43 | 3A |
| Octal | 334 | 263 | 113 | 0 | 23 | 102 | 16 | 53 | 103 | 72 |
| Binary | 11011100 | 10110011 | 1001011 | 0 | 10011 | 1000010 | 1110 | 101011 | 1000011 | 111010 |
Color Harmonies of #DCB34B
Complementary color
Monochromatic Colors of #DCB34B
Black with #DCB34B
Text Example
Text Example
White with #DCB34B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCB34B; }
p { color: rgb(220,179,75); }
H1.HeaderClassName
{
color: #DCB34B;
}
.AnyTagClassName
{
color: #DCB34B;
}
</style>
background-color css
<style>
a { background-color: #DCB34B; }
a { background-color: rgb(220,179,75); }
div.DivClassName
{
background-color: #DCB34B;
}
.BgClassName
{
background-color: #DCB34B;
}
</style>
border-color css
<style>
span { border-color: #DCB34B; }
span { border-color: rgb(220,179,75); }
td.TdClassName
{
border-color: #DCB34B;
}
.TagClassName
{
border-color: #DCB34B;
}
</style>