Shades of Rob Roy #DDB05B
Tints of Rob Roy #DDB05B
RGB
CMYK
RGB Variations
Color information
#DDB05B (or 0xDDB05B) is known color: Rob Roy. HEX triplet: DD, B0 and 5B. RGB value is (221,176,91). Sum of RGB (Red+Green+Blue) = 221+176+91=488 (64% of max value = 765). Red value is 221 (86.72% from 255 or 45.29% from 488); Green value is 176 (69.14% from 255 or 36.07% from 488); Blue value is 91 (35.94% from 255 or 18.65% from 488); Max value from RGB is 221 - color contains mainly: red. Hex color #DDB05B is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DDB05B is #224FA4. Grayscale: #B4B4B4. Windows color (decimal): -2248613 or 6009053. OLE color: 6009053.
HSL color Cylindrical-coordinate representation of color #DDB05B: hue angle of 39.23º degrees, saturation: 0.66, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #DDB05B is Cyan = 0, Magento = 0.20, Yellow = 0.59 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 176 | 91 | - |
| CMYK | 0 | 0.20 | 0.59 | 0.13 |
| HSL | 39.23º | 0.66% | 0.61% | - |
| HSV(B) | 39.23º | 0.59% | 0.87% | - |
| XYZ | 47.23 | 47.18 | 16.51 | - |
| YUV | 179.77 | 77.91 | 157.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 176 | 91 | 0 | 0.20 | 0.59 | 0.13 | 39.23 | 0.66 | 0.61 |
| Hex | DD | B0 | 5B | 0 | 14 | 3B | D | 27 | 42 | 3D |
| Octal | 335 | 260 | 133 | 0 | 24 | 73 | 15 | 47 | 102 | 75 |
| Binary | 11011101 | 10110000 | 1011011 | 0 | 10100 | 111011 | 1101 | 100111 | 1000010 | 111101 |
Color Harmonies of #DDB05B
Complementary color
Monochromatic Colors of #DDB05B
Black with #DDB05B
Text Example
Text Example
White with #DDB05B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDB05B; }
p { color: rgb(221,176,91); }
H1.HeaderClassName
{
color: #DDB05B;
}
.AnyTagClassName
{
color: #DDB05B;
}
</style>
background-color css
<style>
a { background-color: #DDB05B; }
a { background-color: rgb(221,176,91); }
div.DivClassName
{
background-color: #DDB05B;
}
.BgClassName
{
background-color: #DDB05B;
}
</style>
border-color css
<style>
span { border-color: #DDB05B; }
span { border-color: rgb(221,176,91); }
td.TdClassName
{
border-color: #DDB05B;
}
.TagClassName
{
border-color: #DDB05B;
}
</style>