Shades of Rob Roy #DDB04D
Tints of Rob Roy #DDB04D
RGB
CMYK
RGB Variations
Color information
#DDB04D (or 0xDDB04D) is known color: Rob Roy. HEX triplet: DD, B0 and 4D. RGB value is (221,176,77). Sum of RGB (Red+Green+Blue) = 221+176+77=474 (62% of max value = 765). Red value is 221 (86.72% from 255 or 46.62% from 474); Green value is 176 (69.14% from 255 or 37.13% from 474); Blue value is 77 (30.47% from 255 or 16.24% from 474); Max value from RGB is 221 - color contains mainly: red. Hex color #DDB04D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DDB04D is #224FB2. Grayscale: #B2B2B2. Windows color (decimal): -2248627 or 5091549. OLE color: 5091549.
HSL color Cylindrical-coordinate representation of color #DDB04D: hue angle of 41.25º degrees, saturation: 0.68, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #DDB04D is Cyan = 0, Magento = 0.20, Yellow = 0.65 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 176 | 77 | - |
| CMYK | 0 | 0.20 | 0.65 | 0.13 |
| HSL | 41.25º | 0.68% | 0.58% | - |
| HSV(B) | 41.25º | 0.65% | 0.87% | - |
| XYZ | 46.68 | 46.96 | 13.62 | - |
| YUV | 178.17 | 70.91 | 158.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 176 | 77 | 0 | 0.20 | 0.65 | 0.13 | 41.25 | 0.68 | 0.58 |
| Hex | DD | B0 | 4D | 0 | 14 | 41 | D | 29 | 44 | 3A |
| Octal | 335 | 260 | 115 | 0 | 24 | 101 | 15 | 51 | 104 | 72 |
| Binary | 11011101 | 10110000 | 1001101 | 0 | 10100 | 1000001 | 1101 | 101001 | 1000100 | 111010 |
Color Harmonies of #DDB04D
Complementary color
Monochromatic Colors of #DDB04D
Black with #DDB04D
Text Example
Text Example
White with #DDB04D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDB04D; }
p { color: rgb(221,176,77); }
H1.HeaderClassName
{
color: #DDB04D;
}
.AnyTagClassName
{
color: #DDB04D;
}
</style>
background-color css
<style>
a { background-color: #DDB04D; }
a { background-color: rgb(221,176,77); }
div.DivClassName
{
background-color: #DDB04D;
}
.BgClassName
{
background-color: #DDB04D;
}
</style>
border-color css
<style>
span { border-color: #DDB04D; }
span { border-color: rgb(221,176,77); }
td.TdClassName
{
border-color: #DDB04D;
}
.TagClassName
{
border-color: #DDB04D;
}
</style>