Shades of Rob Roy #DFB34B
Tints of Rob Roy #DFB34B
RGB
CMYK
RGB Variations
Color information
#DFB34B (or 0xDFB34B) is known color: Rob Roy. HEX triplet: DF, B3 and 4B. RGB value is (223,179,75). Sum of RGB (Red+Green+Blue) = 223+179+75=477 (63% of max value = 765). Red value is 223 (87.5% from 255 or 46.75% from 477); Green value is 179 (70.31% from 255 or 37.53% from 477); Blue value is 75 (29.69% from 255 or 15.72% from 477); Max value from RGB is 223 - color contains mainly: red. Hex color #DFB34B is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DFB34B is #204CB4. Grayscale: #B4B4B4. Windows color (decimal): -2116789 or 4961247. OLE color: 4961247.
HSL color Cylindrical-coordinate representation of color #DFB34B: hue angle of 42.16º degrees, saturation: 0.7, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #DFB34B is Cyan = 0, Magento = 0.20, Yellow = 0.66 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 179 | 75 | - |
| CMYK | 0 | 0.20 | 0.66 | 0.13 |
| HSL | 42.16º | 0.7% | 0.58% | - |
| HSV(B) | 42.16º | 0.66% | 0.87% | - |
| XYZ | 47.82 | 48.44 | 13.49 | - |
| YUV | 180.3 | 68.58 | 158.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 179 | 75 | 0 | 0.20 | 0.66 | 0.13 | 42.16 | 0.7 | 0.58 |
| Hex | DF | B3 | 4B | 0 | 14 | 42 | D | 2A | 46 | 3A |
| Octal | 337 | 263 | 113 | 0 | 24 | 102 | 15 | 52 | 106 | 72 |
| Binary | 11011111 | 10110011 | 1001011 | 0 | 10100 | 1000010 | 1101 | 101010 | 1000110 | 111010 |
Color Harmonies of #DFB34B
Complementary color
Monochromatic Colors of #DFB34B
Black with #DFB34B
Text Example
Text Example
White with #DFB34B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFB34B; }
p { color: rgb(223,179,75); }
H1.HeaderClassName
{
color: #DFB34B;
}
.AnyTagClassName
{
color: #DFB34B;
}
</style>
background-color css
<style>
a { background-color: #DFB34B; }
a { background-color: rgb(223,179,75); }
div.DivClassName
{
background-color: #DFB34B;
}
.BgClassName
{
background-color: #DFB34B;
}
</style>
border-color css
<style>
span { border-color: #DFB34B; }
span { border-color: rgb(223,179,75); }
td.TdClassName
{
border-color: #DFB34B;
}
.TagClassName
{
border-color: #DFB34B;
}
</style>