Shades of Rob Roy #DDB04E
Tints of Rob Roy #DDB04E
RGB
CMYK
RGB Variations
Color information
#DDB04E (or 0xDDB04E) is known color: Rob Roy. HEX triplet: DD, B0 and 4E. RGB value is (221,176,78). Sum of RGB (Red+Green+Blue) = 221+176+78=475 (62% of max value = 765). Red value is 221 (86.72% from 255 or 46.53% from 475); Green value is 176 (69.14% from 255 or 37.05% from 475); Blue value is 78 (30.86% from 255 or 16.42% from 475); Max value from RGB is 221 - color contains mainly: red. Hex color #DDB04E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DDB04E is #224FB1. Grayscale: #B2B2B2. Windows color (decimal): -2248626 or 5157085. OLE color: 5157085.
HSL color Cylindrical-coordinate representation of color #DDB04E: hue angle of 41.12º degrees, saturation: 0.68, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #DDB04E is Cyan = 0, Magento = 0.20, Yellow = 0.65 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 176 | 78 | - |
| CMYK | 0 | 0.20 | 0.65 | 0.13 |
| HSL | 41.12º | 0.68% | 0.59% | - |
| HSV(B) | 41.12º | 0.65% | 0.87% | - |
| XYZ | 46.72 | 46.97 | 13.81 | - |
| YUV | 178.28 | 71.41 | 158.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 176 | 78 | 0 | 0.20 | 0.65 | 0.13 | 41.12 | 0.68 | 0.59 |
| Hex | DD | B0 | 4E | 0 | 14 | 41 | D | 29 | 44 | 3B |
| Octal | 335 | 260 | 116 | 0 | 24 | 101 | 15 | 51 | 104 | 73 |
| Binary | 11011101 | 10110000 | 1001110 | 0 | 10100 | 1000001 | 1101 | 101001 | 1000100 | 111011 |
Color Harmonies of #DDB04E
Complementary color
Monochromatic Colors of #DDB04E
Black with #DDB04E
Text Example
Text Example
White with #DDB04E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDB04E; }
p { color: rgb(221,176,78); }
H1.HeaderClassName
{
color: #DDB04E;
}
.AnyTagClassName
{
color: #DDB04E;
}
</style>
background-color css
<style>
a { background-color: #DDB04E; }
a { background-color: rgb(221,176,78); }
div.DivClassName
{
background-color: #DDB04E;
}
.BgClassName
{
background-color: #DDB04E;
}
</style>
border-color css
<style>
span { border-color: #DDB04E; }
span { border-color: rgb(221,176,78); }
td.TdClassName
{
border-color: #DDB04E;
}
.TagClassName
{
border-color: #DDB04E;
}
</style>