Shades of Rob Roy #DAAB5C
Tints of Rob Roy #DAAB5C
RGB
CMYK
RGB Variations
Color information
#DAAB5C (or 0xDAAB5C) is known color: Rob Roy. HEX triplet: DA, AB and 5C. RGB value is (218,171,92). Sum of RGB (Red+Green+Blue) = 218+171+92=481 (63% of max value = 765). Red value is 218 (85.55% from 255 or 45.32% from 481); Green value is 171 (67.19% from 255 or 35.55% from 481); Blue value is 92 (36.33% from 255 or 19.13% from 481); Max value from RGB is 218 - color contains mainly: red. Hex color #DAAB5C is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DAAB5C is #2554A3. Grayscale: #B0B0B0. Windows color (decimal): -2446500 or 6073306. OLE color: 6073306.
HSL color Cylindrical-coordinate representation of color #DAAB5C: hue angle of 37.62º degrees, saturation: 0.63, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #DAAB5C is Cyan = 0, Magento = 0.22, Yellow = 0.58 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 171 | 92 | - |
| CMYK | 0 | 0.22 | 0.58 | 0.15 |
| HSL | 37.62º | 0.63% | 0.61% | - |
| HSV(B) | 37.62º | 0.58% | 0.85% | - |
| XYZ | 45.41 | 44.8 | 16.38 | - |
| YUV | 176.05 | 80.57 | 157.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 171 | 92 | 0 | 0.22 | 0.58 | 0.15 | 37.62 | 0.63 | 0.61 |
| Hex | DA | AB | 5C | 0 | 16 | 3A | F | 26 | 3F | 3D |
| Octal | 332 | 253 | 134 | 0 | 26 | 72 | 17 | 46 | 77 | 75 |
| Binary | 11011010 | 10101011 | 1011100 | 0 | 10110 | 111010 | 1111 | 100110 | 111111 | 111101 |
Color Harmonies of #DAAB5C
Complementary color
Monochromatic Colors of #DAAB5C
Black with #DAAB5C
Text Example
Text Example
White with #DAAB5C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DAAB5C; }
p { color: rgb(218,171,92); }
H1.HeaderClassName
{
color: #DAAB5C;
}
.AnyTagClassName
{
color: #DAAB5C;
}
</style>
background-color css
<style>
a { background-color: #DAAB5C; }
a { background-color: rgb(218,171,92); }
div.DivClassName
{
background-color: #DAAB5C;
}
.BgClassName
{
background-color: #DAAB5C;
}
</style>
border-color css
<style>
span { border-color: #DAAB5C; }
span { border-color: rgb(218,171,92); }
td.TdClassName
{
border-color: #DAAB5C;
}
.TagClassName
{
border-color: #DAAB5C;
}
</style>