Shades of Rob Roy #DAB34C
Tints of Rob Roy #DAB34C
RGB
CMYK
RGB Variations
Color information
#DAB34C (or 0xDAB34C) is known color: Rob Roy. HEX triplet: DA, B3 and 4C. RGB value is (218,179,76). Sum of RGB (Red+Green+Blue) = 218+179+76=473 (62% of max value = 765). Red value is 218 (85.55% from 255 or 46.09% from 473); Green value is 179 (70.31% from 255 or 37.84% from 473); Blue value is 76 (30.08% from 255 or 16.07% from 473); Max value from RGB is 218 - color contains mainly: red. Hex color #DAB34C is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DAB34C is #254CB3. Grayscale: #B3B3B3. Windows color (decimal): -2444468 or 5026778. OLE color: 5026778.
HSL color Cylindrical-coordinate representation of color #DAB34C: hue angle of 43.52º degrees, saturation: 0.66, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #DAB34C is Cyan = 0, Magento = 0.18, Yellow = 0.65 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 179 | 76 | - |
| CMYK | 0 | 0.18 | 0.65 | 0.15 |
| HSL | 43.52º | 0.66% | 0.58% | - |
| HSV(B) | 43.52º | 0.65% | 0.85% | - |
| XYZ | 46.34 | 47.67 | 13.6 | - |
| YUV | 178.92 | 69.92 | 155.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 179 | 76 | 0 | 0.18 | 0.65 | 0.15 | 43.52 | 0.66 | 0.58 |
| Hex | DA | B3 | 4C | 0 | 12 | 41 | F | 2C | 42 | 3A |
| Octal | 332 | 263 | 114 | 0 | 22 | 101 | 17 | 54 | 102 | 72 |
| Binary | 11011010 | 10110011 | 1001100 | 0 | 10010 | 1000001 | 1111 | 101100 | 1000010 | 111010 |
Color Harmonies of #DAB34C
Complementary color
Monochromatic Colors of #DAB34C
Black with #DAB34C
Text Example
Text Example
White with #DAB34C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DAB34C; }
p { color: rgb(218,179,76); }
H1.HeaderClassName
{
color: #DAB34C;
}
.AnyTagClassName
{
color: #DAB34C;
}
</style>
background-color css
<style>
a { background-color: #DAB34C; }
a { background-color: rgb(218,179,76); }
div.DivClassName
{
background-color: #DAB34C;
}
.BgClassName
{
background-color: #DAB34C;
}
</style>
border-color css
<style>
span { border-color: #DAB34C; }
span { border-color: rgb(218,179,76); }
td.TdClassName
{
border-color: #DAB34C;
}
.TagClassName
{
border-color: #DAB34C;
}
</style>