Shades of Rob Roy #DAAD4D
Tints of Rob Roy #DAAD4D
RGB
CMYK
RGB Variations
Color information
#DAAD4D (or 0xDAAD4D) is known color: Rob Roy. HEX triplet: DA, AD and 4D. RGB value is (218,173,77). Sum of RGB (Red+Green+Blue) = 218+173+77=468 (61% of max value = 765). Red value is 218 (85.55% from 255 or 46.58% from 468); Green value is 173 (67.97% from 255 or 36.97% from 468); Blue value is 77 (30.47% from 255 or 16.45% from 468); Max value from RGB is 218 - color contains mainly: red. Hex color #DAAD4D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DAAD4D is #2552B2. Grayscale: #AFAFAF. Windows color (decimal): -2446003 or 5090778. OLE color: 5090778.
HSL color Cylindrical-coordinate representation of color #DAAD4D: hue angle of 40.85º 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 #DAAD4D is Cyan = 0, Magento = 0.21, Yellow = 0.65 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 173 | 77 | - |
| CMYK | 0 | 0.21 | 0.65 | 0.15 |
| HSL | 40.85º | 0.66% | 0.58% | - |
| HSV(B) | 40.85º | 0.65% | 0.85% | - |
| XYZ | 45.2 | 45.33 | 13.39 | - |
| YUV | 175.51 | 72.41 | 158.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 173 | 77 | 0 | 0.21 | 0.65 | 0.15 | 40.85 | 0.66 | 0.58 |
| Hex | DA | AD | 4D | 0 | 15 | 41 | F | 29 | 42 | 3A |
| Octal | 332 | 255 | 115 | 0 | 25 | 101 | 17 | 51 | 102 | 72 |
| Binary | 11011010 | 10101101 | 1001101 | 0 | 10101 | 1000001 | 1111 | 101001 | 1000010 | 111010 |
Color Harmonies of #DAAD4D
Complementary color
Monochromatic Colors of #DAAD4D
Black with #DAAD4D
Text Example
Text Example
White with #DAAD4D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DAAD4D; }
p { color: rgb(218,173,77); }
H1.HeaderClassName
{
color: #DAAD4D;
}
.AnyTagClassName
{
color: #DAAD4D;
}
</style>
background-color css
<style>
a { background-color: #DAAD4D; }
a { background-color: rgb(218,173,77); }
div.DivClassName
{
background-color: #DAAD4D;
}
.BgClassName
{
background-color: #DAAD4D;
}
</style>
border-color css
<style>
span { border-color: #DAAD4D; }
span { border-color: rgb(218,173,77); }
td.TdClassName
{
border-color: #DAAD4D;
}
.TagClassName
{
border-color: #DAAD4D;
}
</style>