Shades of Rob Roy #DBB14B
Tints of Rob Roy #DBB14B
RGB
CMYK
RGB Variations
Color information
#DBB14B (or 0xDBB14B) is known color: Rob Roy. HEX triplet: DB, B1 and 4B. RGB value is (219,177,75). Sum of RGB (Red+Green+Blue) = 219+177+75=471 (62% of max value = 765). Red value is 219 (85.94% from 255 or 46.50% from 471); Green value is 177 (69.53% from 255 or 37.58% from 471); Blue value is 75 (29.69% from 255 or 15.92% from 471); Max value from RGB is 219 - color contains mainly: red. Hex color #DBB14B is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DBB14B is #244EB4. Grayscale: #B2B2B2. Windows color (decimal): -2379445 or 4960731. OLE color: 4960731.
HSL color Cylindrical-coordinate representation of color #DBB14B: hue angle of 42.5º 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 #DBB14B is Cyan = 0, Magento = 0.19, Yellow = 0.66 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 177 | 75 | - |
| CMYK | 0 | 0.19 | 0.66 | 0.14 |
| HSL | 42.5º | 0.67% | 0.58% | - |
| HSV(B) | 42.5º | 0.66% | 0.86% | - |
| XYZ | 46.21 | 47.01 | 13.3 | - |
| YUV | 177.93 | 69.91 | 157.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 177 | 75 | 0 | 0.19 | 0.66 | 0.14 | 42.5 | 0.67 | 0.58 |
| Hex | DB | B1 | 4B | 0 | 13 | 42 | E | 2A | 43 | 3A |
| Octal | 333 | 261 | 113 | 0 | 23 | 102 | 16 | 52 | 103 | 72 |
| Binary | 11011011 | 10110001 | 1001011 | 0 | 10011 | 1000010 | 1110 | 101010 | 1000011 | 111010 |
Color Harmonies of #DBB14B
Complementary color
Monochromatic Colors of #DBB14B
Black with #DBB14B
Text Example
Text Example
White with #DBB14B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBB14B; }
p { color: rgb(219,177,75); }
H1.HeaderClassName
{
color: #DBB14B;
}
.AnyTagClassName
{
color: #DBB14B;
}
</style>
background-color css
<style>
a { background-color: #DBB14B; }
a { background-color: rgb(219,177,75); }
div.DivClassName
{
background-color: #DBB14B;
}
.BgClassName
{
background-color: #DBB14B;
}
</style>
border-color css
<style>
span { border-color: #DBB14B; }
span { border-color: rgb(219,177,75); }
td.TdClassName
{
border-color: #DBB14B;
}
.TagClassName
{
border-color: #DBB14B;
}
</style>