Shades of Rob Roy #DCAE4D
Tints of Rob Roy #DCAE4D
RGB
CMYK
RGB Variations
Color information
#DCAE4D (or 0xDCAE4D) is known color: Rob Roy. HEX triplet: DC, AE and 4D. RGB value is (220,174,77). Sum of RGB (Red+Green+Blue) = 220+174+77=471 (62% of max value = 765). Red value is 220 (86.33% from 255 or 46.71% from 471); Green value is 174 (68.36% from 255 or 36.94% from 471); Blue value is 77 (30.47% from 255 or 16.35% from 471); Max value from RGB is 220 - color contains mainly: red. Hex color #DCAE4D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DCAE4D is #2351B2. Grayscale: #B1B1B1. Windows color (decimal): -2314675 or 5091036. OLE color: 5091036.
HSL color Cylindrical-coordinate representation of color #DCAE4D: hue angle of 40.7º degrees, saturation: 0.67, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #DCAE4D is Cyan = 0, Magento = 0.21, Yellow = 0.65 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 174 | 77 | - |
| CMYK | 0 | 0.21 | 0.65 | 0.14 |
| HSL | 40.7º | 0.67% | 0.58% | - |
| HSV(B) | 40.7º | 0.65% | 0.86% | - |
| XYZ | 45.99 | 46.02 | 13.48 | - |
| YUV | 176.7 | 71.74 | 158.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 174 | 77 | 0 | 0.21 | 0.65 | 0.14 | 40.7 | 0.67 | 0.58 |
| Hex | DC | AE | 4D | 0 | 15 | 41 | E | 29 | 43 | 3A |
| Octal | 334 | 256 | 115 | 0 | 25 | 101 | 16 | 51 | 103 | 72 |
| Binary | 11011100 | 10101110 | 1001101 | 0 | 10101 | 1000001 | 1110 | 101001 | 1000011 | 111010 |
Color Harmonies of #DCAE4D
Complementary color
Monochromatic Colors of #DCAE4D
Black with #DCAE4D
Text Example
Text Example
White with #DCAE4D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCAE4D; }
p { color: rgb(220,174,77); }
H1.HeaderClassName
{
color: #DCAE4D;
}
.AnyTagClassName
{
color: #DCAE4D;
}
</style>
background-color css
<style>
a { background-color: #DCAE4D; }
a { background-color: rgb(220,174,77); }
div.DivClassName
{
background-color: #DCAE4D;
}
.BgClassName
{
background-color: #DCAE4D;
}
</style>
border-color css
<style>
span { border-color: #DCAE4D; }
span { border-color: rgb(220,174,77); }
td.TdClassName
{
border-color: #DCAE4D;
}
.TagClassName
{
border-color: #DCAE4D;
}
</style>