Shades of Rob Roy #DAAC5C
Tints of Rob Roy #DAAC5C
RGB
CMYK
RGB Variations
Color information
#DAAC5C (or 0xDAAC5C) is known color: Rob Roy. HEX triplet: DA, AC and 5C. RGB value is (218,172,92). Sum of RGB (Red+Green+Blue) = 218+172+92=482 (63% of max value = 765). Red value is 218 (85.55% from 255 or 45.23% from 482); Green value is 172 (67.58% from 255 or 35.68% from 482); Blue value is 92 (36.33% from 255 or 19.09% from 482); Max value from RGB is 218 - color contains mainly: red. Hex color #DAAC5C is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DAAC5C is #2553A3. Grayscale: #B1B1B1. Windows color (decimal): -2446244 or 6073562. OLE color: 6073562.
HSL color Cylindrical-coordinate representation of color #DAAC5C: hue angle of 38.1º 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 #DAAC5C is Cyan = 0, Magento = 0.21, Yellow = 0.58 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 172 | 92 | - |
| CMYK | 0 | 0.21 | 0.58 | 0.15 |
| HSL | 38.1º | 0.63% | 0.61% | - |
| HSV(B) | 38.1º | 0.58% | 0.85% | - |
| XYZ | 45.6 | 45.18 | 16.44 | - |
| YUV | 176.63 | 80.24 | 157.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 172 | 92 | 0 | 0.21 | 0.58 | 0.15 | 38.1 | 0.63 | 0.61 |
| Hex | DA | AC | 5C | 0 | 15 | 3A | F | 26 | 3F | 3D |
| Octal | 332 | 254 | 134 | 0 | 25 | 72 | 17 | 46 | 77 | 75 |
| Binary | 11011010 | 10101100 | 1011100 | 0 | 10101 | 111010 | 1111 | 100110 | 111111 | 111101 |
Color Harmonies of #DAAC5C
Complementary color
Monochromatic Colors of #DAAC5C
Black with #DAAC5C
Text Example
Text Example
White with #DAAC5C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DAAC5C; }
p { color: rgb(218,172,92); }
H1.HeaderClassName
{
color: #DAAC5C;
}
.AnyTagClassName
{
color: #DAAC5C;
}
</style>
background-color css
<style>
a { background-color: #DAAC5C; }
a { background-color: rgb(218,172,92); }
div.DivClassName
{
background-color: #DAAC5C;
}
.BgClassName
{
background-color: #DAAC5C;
}
</style>
border-color css
<style>
span { border-color: #DAAC5C; }
span { border-color: rgb(218,172,92); }
td.TdClassName
{
border-color: #DAAC5C;
}
.TagClassName
{
border-color: #DAAC5C;
}
</style>