Shades of Rob Roy #DAAD50
Tints of Rob Roy #DAAD50
RGB
CMYK
RGB Variations
Color information
#DAAD50 (or 0xDAAD50) is known color: Rob Roy. HEX triplet: DA, AD and 50. RGB value is (218,173,80). Sum of RGB (Red+Green+Blue) = 218+173+80=471 (62% of max value = 765). Red value is 218 (85.55% from 255 or 46.28% from 471); Green value is 173 (67.97% from 255 or 36.73% from 471); Blue value is 80 (31.64% from 255 or 16.99% from 471); Max value from RGB is 218 - color contains mainly: red. Hex color #DAAD50 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DAAD50 is #2552AF. Grayscale: #B0B0B0. Windows color (decimal): -2446000 or 5287386. OLE color: 5287386.
HSL color Cylindrical-coordinate representation of color #DAAD50: hue angle of 40.43º degrees, saturation: 0.65, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #DAAD50 is Cyan = 0, Magento = 0.21, Yellow = 0.63 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 173 | 80 | - |
| CMYK | 0 | 0.21 | 0.63 | 0.15 |
| HSL | 40.43º | 0.65% | 0.58% | - |
| HSV(B) | 40.43º | 0.63% | 0.85% | - |
| XYZ | 45.3 | 45.37 | 13.96 | - |
| YUV | 175.85 | 73.91 | 158.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 173 | 80 | 0 | 0.21 | 0.63 | 0.15 | 40.43 | 0.65 | 0.58 |
| Hex | DA | AD | 50 | 0 | 15 | 3F | F | 28 | 41 | 3A |
| Octal | 332 | 255 | 120 | 0 | 25 | 77 | 17 | 50 | 101 | 72 |
| Binary | 11011010 | 10101101 | 1010000 | 0 | 10101 | 111111 | 1111 | 101000 | 1000001 | 111010 |
Color Harmonies of #DAAD50
Complementary color
Monochromatic Colors of #DAAD50
Black with #DAAD50
Text Example
Text Example
White with #DAAD50
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DAAD50; }
p { color: rgb(218,173,80); }
H1.HeaderClassName
{
color: #DAAD50;
}
.AnyTagClassName
{
color: #DAAD50;
}
</style>
background-color css
<style>
a { background-color: #DAAD50; }
a { background-color: rgb(218,173,80); }
div.DivClassName
{
background-color: #DAAD50;
}
.BgClassName
{
background-color: #DAAD50;
}
</style>
border-color css
<style>
span { border-color: #DAAD50; }
span { border-color: rgb(218,173,80); }
td.TdClassName
{
border-color: #DAAD50;
}
.TagClassName
{
border-color: #DAAD50;
}
</style>