Shades of Rob Roy #DDB24D
Tints of Rob Roy #DDB24D
RGB
CMYK
RGB Variations
Color information
#DDB24D (or 0xDDB24D) is known color: Rob Roy. HEX triplet: DD, B2 and 4D. RGB value is (221,178,77). Sum of RGB (Red+Green+Blue) = 221+178+77=476 (63% of max value = 765). Red value is 221 (86.72% from 255 or 46.43% from 476); Green value is 178 (69.92% from 255 or 37.39% from 476); Blue value is 77 (30.47% from 255 or 16.18% from 476); Max value from RGB is 221 - color contains mainly: red. Hex color #DDB24D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DDB24D is #224DB2. Grayscale: #B3B3B3. Windows color (decimal): -2248115 or 5092061. OLE color: 5092061.
HSL color Cylindrical-coordinate representation of color #DDB24D: hue angle of 42.08º 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 #DDB24D is Cyan = 0, Magento = 0.19, Yellow = 0.65 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 178 | 77 | - |
| CMYK | 0 | 0.19 | 0.65 | 0.13 |
| HSL | 42.08º | 0.68% | 0.58% | - |
| HSV(B) | 42.08º | 0.65% | 0.87% | - |
| XYZ | 47.08 | 47.75 | 13.76 | - |
| YUV | 179.34 | 70.25 | 157.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 178 | 77 | 0 | 0.19 | 0.65 | 0.13 | 42.08 | 0.68 | 0.58 |
| Hex | DD | B2 | 4D | 0 | 13 | 41 | D | 2A | 44 | 3A |
| Octal | 335 | 262 | 115 | 0 | 23 | 101 | 15 | 52 | 104 | 72 |
| Binary | 11011101 | 10110010 | 1001101 | 0 | 10011 | 1000001 | 1101 | 101010 | 1000100 | 111010 |
Color Harmonies of #DDB24D
Complementary color
Monochromatic Colors of #DDB24D
Black with #DDB24D
Text Example
Text Example
White with #DDB24D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDB24D; }
p { color: rgb(221,178,77); }
H1.HeaderClassName
{
color: #DDB24D;
}
.AnyTagClassName
{
color: #DDB24D;
}
</style>
background-color css
<style>
a { background-color: #DDB24D; }
a { background-color: rgb(221,178,77); }
div.DivClassName
{
background-color: #DDB24D;
}
.BgClassName
{
background-color: #DDB24D;
}
</style>
border-color css
<style>
span { border-color: #DDB24D; }
span { border-color: rgb(221,178,77); }
td.TdClassName
{
border-color: #DDB24D;
}
.TagClassName
{
border-color: #DDB24D;
}
</style>