Shades of Rob Roy #DBB058
Tints of Rob Roy #DBB058
RGB
CMYK
RGB Variations
Color information
#DBB058 (or 0xDBB058) is known color: Rob Roy. HEX triplet: DB, B0 and 58. RGB value is (219,176,88). Sum of RGB (Red+Green+Blue) = 219+176+88=483 (63% of max value = 765). Red value is 219 (85.94% from 255 or 45.34% from 483); Green value is 176 (69.14% from 255 or 36.44% from 483); Blue value is 88 (34.77% from 255 or 18.22% from 483); Max value from RGB is 219 - color contains mainly: red. Hex color #DBB058 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DBB058 is #244FA7. Grayscale: #B3B3B3. Windows color (decimal): -2379688 or 5812443. OLE color: 5812443.
HSL color Cylindrical-coordinate representation of color #DBB058: hue angle of 40.31º degrees, saturation: 0.65, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #DBB058 is Cyan = 0, Magento = 0.20, Yellow = 0.60 and Black (K on CMYK) = 0.14.
Color convert
RGB | 219 | 176 | 88 | - |
CMYK | 0 | 0.20 | 0.60 | 0.14 |
HSL | 40.31º | 0.65% | 0.6% | - |
HSV(B) | 40.31º | 0.6% | 0.86% | - |
XYZ | 46.5 | 46.82 | 15.82 | - |
YUV | 178.83 | 76.75 | 156.66 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 219 | 176 | 88 | 0 | 0.20 | 0.60 | 0.14 | 40.31 | 0.65 | 0.6 |
Hex | DB | B0 | 58 | 0 | 14 | 3C | E | 28 | 41 | 3C |
Octal | 333 | 260 | 130 | 0 | 24 | 74 | 16 | 50 | 101 | 74 |
Binary | 11011011 | 10110000 | 1011000 | 0 | 10100 | 111100 | 1110 | 101000 | 1000001 | 111100 |
Color Harmonies of #DBB058
Complementary color
Monochromatic Colors of #DBB058
Black with #DBB058
Text Example
Text Example
White with #DBB058
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBB058; }
p { color: rgb(219,176,88); }
H1.HeaderClassName
{
color: #DBB058;
}
.AnyTagClassName
{
color: #DBB058;
}
</style>
background-color css
<style>
a { background-color: #DBB058; }
a { background-color: rgb(219,176,88); }
div.DivClassName
{
background-color: #DBB058;
}
.BgClassName
{
background-color: #DBB058;
}
</style>
border-color css
<style>
span { border-color: #DBB058; }
span { border-color: rgb(219,176,88); }
td.TdClassName
{
border-color: #DBB058;
}
.TagClassName
{
border-color: #DBB058;
}
</style>