Shades of Rob Roy #DDB04B
Tints of Rob Roy #DDB04B
RGB
CMYK
RGB Variations
Color information
#DDB04B (or 0xDDB04B) is known color: Rob Roy. HEX triplet: DD, B0 and 4B. RGB value is (221,176,75). Sum of RGB (Red+Green+Blue) = 221+176+75=472 (62% of max value = 765). Red value is 221 (86.72% from 255 or 46.82% from 472); Green value is 176 (69.14% from 255 or 37.29% from 472); Blue value is 75 (29.69% from 255 or 15.89% from 472); Max value from RGB is 221 - color contains mainly: red. Hex color #DDB04B is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DDB04B is #224FB4. Grayscale: #B2B2B2. Windows color (decimal): -2248629 or 4960477. OLE color: 4960477.
HSL color Cylindrical-coordinate representation of color #DDB04B: hue angle of 41.51º degrees, saturation: 0.68, 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 #DDB04B is Cyan = 0, Magento = 0.20, Yellow = 0.66 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 176 | 75 | - |
| CMYK | 0 | 0.20 | 0.66 | 0.13 |
| HSL | 41.51º | 0.68% | 0.58% | - |
| HSV(B) | 41.51º | 0.66% | 0.87% | - |
| XYZ | 46.61 | 46.93 | 13.26 | - |
| YUV | 177.94 | 69.91 | 158.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 176 | 75 | 0 | 0.20 | 0.66 | 0.13 | 41.51 | 0.68 | 0.58 |
| Hex | DD | B0 | 4B | 0 | 14 | 42 | D | 2A | 44 | 3A |
| Octal | 335 | 260 | 113 | 0 | 24 | 102 | 15 | 52 | 104 | 72 |
| Binary | 11011101 | 10110000 | 1001011 | 0 | 10100 | 1000010 | 1101 | 101010 | 1000100 | 111010 |
Color Harmonies of #DDB04B
Complementary color
Monochromatic Colors of #DDB04B
Black with #DDB04B
Text Example
Text Example
White with #DDB04B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDB04B; }
p { color: rgb(221,176,75); }
H1.HeaderClassName
{
color: #DDB04B;
}
.AnyTagClassName
{
color: #DDB04B;
}
</style>
background-color css
<style>
a { background-color: #DDB04B; }
a { background-color: rgb(221,176,75); }
div.DivClassName
{
background-color: #DDB04B;
}
.BgClassName
{
background-color: #DDB04B;
}
</style>
border-color css
<style>
span { border-color: #DDB04B; }
span { border-color: rgb(221,176,75); }
td.TdClassName
{
border-color: #DDB04B;
}
.TagClassName
{
border-color: #DDB04B;
}
</style>