Shades of Rob Roy #DCAE5B
Tints of Rob Roy #DCAE5B
RGB
CMYK
RGB Variations
Color information
#DCAE5B (or 0xDCAE5B) is known color: Rob Roy. HEX triplet: DC, AE and 5B. RGB value is (220,174,91). Sum of RGB (Red+Green+Blue) = 220+174+91=485 (64% of max value = 765). Red value is 220 (86.33% from 255 or 45.36% from 485); Green value is 174 (68.36% from 255 or 35.88% from 485); Blue value is 91 (35.94% from 255 or 18.76% from 485); Max value from RGB is 220 - color contains mainly: red. Hex color #DCAE5B is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DCAE5B is #2351A4. Grayscale: #B2B2B2. Windows color (decimal): -2314661 or 6008540. OLE color: 6008540.
HSL color Cylindrical-coordinate representation of color #DCAE5B: hue angle of 38.6º degrees, saturation: 0.65, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #DCAE5B is Cyan = 0, Magento = 0.21, Yellow = 0.59 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 174 | 91 | - |
| CMYK | 0 | 0.21 | 0.59 | 0.14 |
| HSL | 38.6º | 0.65% | 0.61% | - |
| HSV(B) | 38.6º | 0.59% | 0.86% | - |
| XYZ | 46.54 | 46.24 | 16.37 | - |
| YUV | 178.29 | 78.74 | 157.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 174 | 91 | 0 | 0.21 | 0.59 | 0.14 | 38.6 | 0.65 | 0.61 |
| Hex | DC | AE | 5B | 0 | 15 | 3B | E | 27 | 41 | 3D |
| Octal | 334 | 256 | 133 | 0 | 25 | 73 | 16 | 47 | 101 | 75 |
| Binary | 11011100 | 10101110 | 1011011 | 0 | 10101 | 111011 | 1110 | 100111 | 1000001 | 111101 |
Color Harmonies of #DCAE5B
Complementary color
Monochromatic Colors of #DCAE5B
Black with #DCAE5B
Text Example
Text Example
White with #DCAE5B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCAE5B; }
p { color: rgb(220,174,91); }
H1.HeaderClassName
{
color: #DCAE5B;
}
.AnyTagClassName
{
color: #DCAE5B;
}
</style>
background-color css
<style>
a { background-color: #DCAE5B; }
a { background-color: rgb(220,174,91); }
div.DivClassName
{
background-color: #DCAE5B;
}
.BgClassName
{
background-color: #DCAE5B;
}
</style>
border-color css
<style>
span { border-color: #DCAE5B; }
span { border-color: rgb(220,174,91); }
td.TdClassName
{
border-color: #DCAE5B;
}
.TagClassName
{
border-color: #DCAE5B;
}
</style>