Shades of Rob Roy #DBB34B
Tints of Rob Roy #DBB34B
RGB
CMYK
RGB Variations
Color information
#DBB34B (or 0xDBB34B) is known color: Rob Roy. HEX triplet: DB, B3 and 4B. RGB value is (219,179,75). Sum of RGB (Red+Green+Blue) = 219+179+75=473 (62% of max value = 765). Red value is 219 (85.94% from 255 or 46.30% from 473); Green value is 179 (70.31% from 255 or 37.84% from 473); Blue value is 75 (29.69% from 255 or 15.86% from 473); Max value from RGB is 219 - color contains mainly: red. Hex color #DBB34B is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DBB34B is #244CB4. Grayscale: #B3B3B3. Windows color (decimal): -2378933 or 4961243. OLE color: 4961243.
HSL color Cylindrical-coordinate representation of color #DBB34B: hue angle of 43.33º 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 #DBB34B is Cyan = 0, Magento = 0.18, Yellow = 0.66 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 179 | 75 | - |
| CMYK | 0 | 0.18 | 0.66 | 0.14 |
| HSL | 43.33º | 0.67% | 0.58% | - |
| HSV(B) | 43.33º | 0.66% | 0.86% | - |
| XYZ | 46.6 | 47.81 | 13.43 | - |
| YUV | 179.1 | 69.25 | 156.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 179 | 75 | 0 | 0.18 | 0.66 | 0.14 | 43.33 | 0.67 | 0.58 |
| Hex | DB | B3 | 4B | 0 | 12 | 42 | E | 2B | 43 | 3A |
| Octal | 333 | 263 | 113 | 0 | 22 | 102 | 16 | 53 | 103 | 72 |
| Binary | 11011011 | 10110011 | 1001011 | 0 | 10010 | 1000010 | 1110 | 101011 | 1000011 | 111010 |
Color Harmonies of #DBB34B
Complementary color
Monochromatic Colors of #DBB34B
Black with #DBB34B
Text Example
Text Example
White with #DBB34B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBB34B; }
p { color: rgb(219,179,75); }
H1.HeaderClassName
{
color: #DBB34B;
}
.AnyTagClassName
{
color: #DBB34B;
}
</style>
background-color css
<style>
a { background-color: #DBB34B; }
a { background-color: rgb(219,179,75); }
div.DivClassName
{
background-color: #DBB34B;
}
.BgClassName
{
background-color: #DBB34B;
}
</style>
border-color css
<style>
span { border-color: #DBB34B; }
span { border-color: rgb(219,179,75); }
td.TdClassName
{
border-color: #DBB34B;
}
.TagClassName
{
border-color: #DBB34B;
}
</style>