Shades of Rob Roy #DFB35A
Tints of Rob Roy #DFB35A
RGB
CMYK
RGB Variations
Color information
#DFB35A (or 0xDFB35A) is known color: Rob Roy. HEX triplet: DF, B3 and 5A. RGB value is (223,179,90). Sum of RGB (Red+Green+Blue) = 223+179+90=492 (65% of max value = 765). Red value is 223 (87.5% from 255 or 45.33% from 492); Green value is 179 (70.31% from 255 or 36.38% from 492); Blue value is 90 (35.55% from 255 or 18.29% from 492); Max value from RGB is 223 - color contains mainly: red. Hex color #DFB35A is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DFB35A is #204CA5. Grayscale: #B6B6B6. Windows color (decimal): -2116774 or 5944287. OLE color: 5944287.
HSL color Cylindrical-coordinate representation of color #DFB35A: hue angle of 40.15º degrees, saturation: 0.68, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #DFB35A is Cyan = 0, Magento = 0.20, Yellow = 0.60 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 179 | 90 | - |
| CMYK | 0 | 0.20 | 0.60 | 0.13 |
| HSL | 40.15º | 0.68% | 0.61% | - |
| HSV(B) | 40.15º | 0.6% | 0.87% | - |
| XYZ | 48.4 | 48.67 | 16.52 | - |
| YUV | 182.01 | 76.08 | 157.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 179 | 90 | 0 | 0.20 | 0.60 | 0.13 | 40.15 | 0.68 | 0.61 |
| Hex | DF | B3 | 5A | 0 | 14 | 3C | D | 28 | 44 | 3D |
| Octal | 337 | 263 | 132 | 0 | 24 | 74 | 15 | 50 | 104 | 75 |
| Binary | 11011111 | 10110011 | 1011010 | 0 | 10100 | 111100 | 1101 | 101000 | 1000100 | 111101 |
Color Harmonies of #DFB35A
Complementary color
Monochromatic Colors of #DFB35A
Black with #DFB35A
Text Example
Text Example
White with #DFB35A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFB35A; }
p { color: rgb(223,179,90); }
H1.HeaderClassName
{
color: #DFB35A;
}
.AnyTagClassName
{
color: #DFB35A;
}
</style>
background-color css
<style>
a { background-color: #DFB35A; }
a { background-color: rgb(223,179,90); }
div.DivClassName
{
background-color: #DFB35A;
}
.BgClassName
{
background-color: #DFB35A;
}
</style>
border-color css
<style>
span { border-color: #DFB35A; }
span { border-color: rgb(223,179,90); }
td.TdClassName
{
border-color: #DFB35A;
}
.TagClassName
{
border-color: #DFB35A;
}
</style>