Shades of Rob Roy #DBA44C
Tints of Rob Roy #DBA44C
RGB
CMYK
RGB Variations
Color information
#DBA44C (or 0xDBA44C) is known color: Rob Roy. HEX triplet: DB, A4 and 4C. RGB value is (219,164,76). Sum of RGB (Red+Green+Blue) = 219+164+76=459 (60% of max value = 765). Red value is 219 (85.94% from 255 or 47.71% from 459); Green value is 164 (64.45% from 255 or 35.73% from 459); Blue value is 76 (30.08% from 255 or 16.56% from 459); Max value from RGB is 219 - color contains mainly: red. Hex color #DBA44C is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DBA44C is #245BB3. Grayscale: #AAAAAA. Windows color (decimal): -2382772 or 5022939. OLE color: 5022939.
HSL color Cylindrical-coordinate representation of color #DBA44C: hue angle of 36.92º 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 #DBA44C is Cyan = 0, Magento = 0.25, Yellow = 0.65 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 164 | 76 | - |
| CMYK | 0 | 0.25 | 0.65 | 0.14 |
| HSL | 36.92º | 0.67% | 0.58% | - |
| HSV(B) | 36.92º | 0.65% | 0.86% | - |
| XYZ | 43.79 | 42.13 | 12.66 | - |
| YUV | 170.41 | 74.72 | 162.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 164 | 76 | 0 | 0.25 | 0.65 | 0.14 | 36.92 | 0.67 | 0.58 |
| Hex | DB | A4 | 4C | 0 | 19 | 41 | E | 25 | 43 | 3A |
| Octal | 333 | 244 | 114 | 0 | 31 | 101 | 16 | 45 | 103 | 72 |
| Binary | 11011011 | 10100100 | 1001100 | 0 | 11001 | 1000001 | 1110 | 100101 | 1000011 | 111010 |
Color Harmonies of #DBA44C
Complementary color
Monochromatic Colors of #DBA44C
Black with #DBA44C
Text Example
Text Example
White with #DBA44C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBA44C; }
p { color: rgb(219,164,76); }
H1.HeaderClassName
{
color: #DBA44C;
}
.AnyTagClassName
{
color: #DBA44C;
}
</style>
background-color css
<style>
a { background-color: #DBA44C; }
a { background-color: rgb(219,164,76); }
div.DivClassName
{
background-color: #DBA44C;
}
.BgClassName
{
background-color: #DBA44C;
}
</style>
border-color css
<style>
span { border-color: #DBA44C; }
span { border-color: rgb(219,164,76); }
td.TdClassName
{
border-color: #DBA44C;
}
.TagClassName
{
border-color: #DBA44C;
}
</style>