Shades of Rob Roy #DCAE4B
Tints of Rob Roy #DCAE4B
RGB
CMYK
RGB Variations
Color information
#DCAE4B (or 0xDCAE4B) is known color: Rob Roy. HEX triplet: DC, AE and 4B. RGB value is (220,174,75). Sum of RGB (Red+Green+Blue) = 220+174+75=469 (62% of max value = 765). Red value is 220 (86.33% from 255 or 46.91% from 469); Green value is 174 (68.36% from 255 or 37.10% from 469); Blue value is 75 (29.69% from 255 or 15.99% from 469); Max value from RGB is 220 - color contains mainly: red. Hex color #DCAE4B is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DCAE4B is #2351B4. Grayscale: #B0B0B0. Windows color (decimal): -2314677 or 4959964. OLE color: 4959964.
HSL color Cylindrical-coordinate representation of color #DCAE4B: hue angle of 40.97º degrees, saturation: 0.67, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #DCAE4B is Cyan = 0, Magento = 0.21, Yellow = 0.66 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 174 | 75 | - |
| CMYK | 0 | 0.21 | 0.66 | 0.14 |
| HSL | 40.97º | 0.67% | 0.58% | - |
| HSV(B) | 40.97º | 0.66% | 0.86% | - |
| XYZ | 45.92 | 46 | 13.11 | - |
| YUV | 176.47 | 70.74 | 159.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 174 | 75 | 0 | 0.21 | 0.66 | 0.14 | 40.97 | 0.67 | 0.58 |
| Hex | DC | AE | 4B | 0 | 15 | 42 | E | 29 | 43 | 3A |
| Octal | 334 | 256 | 113 | 0 | 25 | 102 | 16 | 51 | 103 | 72 |
| Binary | 11011100 | 10101110 | 1001011 | 0 | 10101 | 1000010 | 1110 | 101001 | 1000011 | 111010 |
Color Harmonies of #DCAE4B
Complementary color
Monochromatic Colors of #DCAE4B
Black with #DCAE4B
Text Example
Text Example
White with #DCAE4B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCAE4B; }
p { color: rgb(220,174,75); }
H1.HeaderClassName
{
color: #DCAE4B;
}
.AnyTagClassName
{
color: #DCAE4B;
}
</style>
background-color css
<style>
a { background-color: #DCAE4B; }
a { background-color: rgb(220,174,75); }
div.DivClassName
{
background-color: #DCAE4B;
}
.BgClassName
{
background-color: #DCAE4B;
}
</style>
border-color css
<style>
span { border-color: #DCAE4B; }
span { border-color: rgb(220,174,75); }
td.TdClassName
{
border-color: #DCAE4B;
}
.TagClassName
{
border-color: #DCAE4B;
}
</style>