Shades of Rob Roy #DDB24E
Tints of Rob Roy #DDB24E
RGB
CMYK
RGB Variations
Color information
#DDB24E (or 0xDDB24E) is known color: Rob Roy. HEX triplet: DD, B2 and 4E. RGB value is (221,178,78). Sum of RGB (Red+Green+Blue) = 221+178+78=477 (63% of max value = 765). Red value is 221 (86.72% from 255 or 46.33% from 477); Green value is 178 (69.92% from 255 or 37.32% from 477); Blue value is 78 (30.86% from 255 or 16.35% from 477); Max value from RGB is 221 - color contains mainly: red. Hex color #DDB24E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DDB24E is #224DB1. Grayscale: #B3B3B3. Windows color (decimal): -2248114 or 5157597. OLE color: 5157597.
HSL color Cylindrical-coordinate representation of color #DDB24E: hue angle of 41.96º 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 #DDB24E is Cyan = 0, Magento = 0.19, Yellow = 0.65 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 178 | 78 | - |
| CMYK | 0 | 0.19 | 0.65 | 0.13 |
| HSL | 41.96º | 0.68% | 0.59% | - |
| HSV(B) | 41.96º | 0.65% | 0.87% | - |
| XYZ | 47.11 | 47.76 | 13.94 | - |
| YUV | 179.46 | 70.75 | 157.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 178 | 78 | 0 | 0.19 | 0.65 | 0.13 | 41.96 | 0.68 | 0.59 |
| Hex | DD | B2 | 4E | 0 | 13 | 41 | D | 2A | 44 | 3B |
| Octal | 335 | 262 | 116 | 0 | 23 | 101 | 15 | 52 | 104 | 73 |
| Binary | 11011101 | 10110010 | 1001110 | 0 | 10011 | 1000001 | 1101 | 101010 | 1000100 | 111011 |
Color Harmonies of #DDB24E
Complementary color
Monochromatic Colors of #DDB24E
Black with #DDB24E
Text Example
Text Example
White with #DDB24E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDB24E; }
p { color: rgb(221,178,78); }
H1.HeaderClassName
{
color: #DDB24E;
}
.AnyTagClassName
{
color: #DDB24E;
}
</style>
background-color css
<style>
a { background-color: #DDB24E; }
a { background-color: rgb(221,178,78); }
div.DivClassName
{
background-color: #DDB24E;
}
.BgClassName
{
background-color: #DDB24E;
}
</style>
border-color css
<style>
span { border-color: #DDB24E; }
span { border-color: rgb(221,178,78); }
td.TdClassName
{
border-color: #DDB24E;
}
.TagClassName
{
border-color: #DDB24E;
}
</style>