Shades of Rob Roy #DAB34A
Tints of Rob Roy #DAB34A
RGB
CMYK
RGB Variations
Color information
#DAB34A (or 0xDAB34A) is known color: Rob Roy. HEX triplet: DA, B3 and 4A. RGB value is (218,179,74). Sum of RGB (Red+Green+Blue) = 218+179+74=471 (62% of max value = 765). Red value is 218 (85.55% from 255 or 46.28% from 471); Green value is 179 (70.31% from 255 or 38.00% from 471); Blue value is 74 (29.30% from 255 or 15.71% from 471); Max value from RGB is 218 - color contains mainly: red. Hex color #DAB34A is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DAB34A is #254CB5. Grayscale: #B3B3B3. Windows color (decimal): -2444470 or 4895706. OLE color: 4895706.
HSL color Cylindrical-coordinate representation of color #DAB34A: hue angle of 43.75º degrees, saturation: 0.66, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #DAB34A is Cyan = 0, Magento = 0.18, Yellow = 0.66 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 179 | 74 | - |
| CMYK | 0 | 0.18 | 0.66 | 0.15 |
| HSL | 43.75º | 0.66% | 0.57% | - |
| HSV(B) | 43.75º | 0.66% | 0.85% | - |
| XYZ | 46.27 | 47.64 | 13.24 | - |
| YUV | 178.69 | 68.92 | 156.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 179 | 74 | 0 | 0.18 | 0.66 | 0.15 | 43.75 | 0.66 | 0.57 |
| Hex | DA | B3 | 4A | 0 | 12 | 42 | F | 2C | 42 | 39 |
| Octal | 332 | 263 | 112 | 0 | 22 | 102 | 17 | 54 | 102 | 71 |
| Binary | 11011010 | 10110011 | 1001010 | 0 | 10010 | 1000010 | 1111 | 101100 | 1000010 | 111001 |
Color Harmonies of #DAB34A
Complementary color
Monochromatic Colors of #DAB34A
Black with #DAB34A
Text Example
Text Example
White with #DAB34A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DAB34A; }
p { color: rgb(218,179,74); }
H1.HeaderClassName
{
color: #DAB34A;
}
.AnyTagClassName
{
color: #DAB34A;
}
</style>
background-color css
<style>
a { background-color: #DAB34A; }
a { background-color: rgb(218,179,74); }
div.DivClassName
{
background-color: #DAB34A;
}
.BgClassName
{
background-color: #DAB34A;
}
</style>
border-color css
<style>
span { border-color: #DAB34A; }
span { border-color: rgb(218,179,74); }
td.TdClassName
{
border-color: #DAB34A;
}
.TagClassName
{
border-color: #DAB34A;
}
</style>