Shades of Rob Roy #DDB14E
Tints of Rob Roy #DDB14E
RGB
CMYK
RGB Variations
Color information
#DDB14E (or 0xDDB14E) is known color: Rob Roy. HEX triplet: DD, B1 and 4E. RGB value is (221,177,78). Sum of RGB (Red+Green+Blue) = 221+177+78=476 (63% of max value = 765). Red value is 221 (86.72% from 255 or 46.43% from 476); Green value is 177 (69.53% from 255 or 37.18% from 476); Blue value is 78 (30.86% from 255 or 16.39% from 476); Max value from RGB is 221 - color contains mainly: red. Hex color #DDB14E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DDB14E is #224EB1. Grayscale: #B3B3B3. Windows color (decimal): -2248370 or 5157341. OLE color: 5157341.
HSL color Cylindrical-coordinate representation of color #DDB14E: hue angle of 41.54º 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 #DDB14E is Cyan = 0, Magento = 0.20, Yellow = 0.65 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 177 | 78 | - |
| CMYK | 0 | 0.20 | 0.65 | 0.13 |
| HSL | 41.54º | 0.68% | 0.59% | - |
| HSV(B) | 41.54º | 0.65% | 0.87% | - |
| XYZ | 46.92 | 47.37 | 13.88 | - |
| YUV | 178.87 | 71.08 | 158.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 177 | 78 | 0 | 0.20 | 0.65 | 0.13 | 41.54 | 0.68 | 0.59 |
| Hex | DD | B1 | 4E | 0 | 14 | 41 | D | 2A | 44 | 3B |
| Octal | 335 | 261 | 116 | 0 | 24 | 101 | 15 | 52 | 104 | 73 |
| Binary | 11011101 | 10110001 | 1001110 | 0 | 10100 | 1000001 | 1101 | 101010 | 1000100 | 111011 |
Color Harmonies of #DDB14E
Complementary color
Monochromatic Colors of #DDB14E
Black with #DDB14E
Text Example
Text Example
White with #DDB14E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDB14E; }
p { color: rgb(221,177,78); }
H1.HeaderClassName
{
color: #DDB14E;
}
.AnyTagClassName
{
color: #DDB14E;
}
</style>
background-color css
<style>
a { background-color: #DDB14E; }
a { background-color: rgb(221,177,78); }
div.DivClassName
{
background-color: #DDB14E;
}
.BgClassName
{
background-color: #DDB14E;
}
</style>
border-color css
<style>
span { border-color: #DDB14E; }
span { border-color: rgb(221,177,78); }
td.TdClassName
{
border-color: #DDB14E;
}
.TagClassName
{
border-color: #DDB14E;
}
</style>