Shades of Rob Roy #DDB15A
Tints of Rob Roy #DDB15A
RGB
CMYK
RGB Variations
Color information
#DDB15A (or 0xDDB15A) is known color: Rob Roy. HEX triplet: DD, B1 and 5A. RGB value is (221,177,90). Sum of RGB (Red+Green+Blue) = 221+177+90=488 (64% of max value = 765). Red value is 221 (86.72% from 255 or 45.29% from 488); Green value is 177 (69.53% from 255 or 36.27% from 488); Blue value is 90 (35.55% from 255 or 18.44% from 488); Max value from RGB is 221 - color contains mainly: red. Hex color #DDB15A is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DDB15A is #224EA5. Grayscale: #B4B4B4. Windows color (decimal): -2248358 or 5943773. OLE color: 5943773.
HSL color Cylindrical-coordinate representation of color #DDB15A: hue angle of 39.85º degrees, saturation: 0.66, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #DDB15A is Cyan = 0, Magento = 0.20, Yellow = 0.59 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 177 | 90 | - |
| CMYK | 0 | 0.20 | 0.59 | 0.13 |
| HSL | 39.85º | 0.66% | 0.61% | - |
| HSV(B) | 39.85º | 0.59% | 0.87% | - |
| XYZ | 47.39 | 47.55 | 16.35 | - |
| YUV | 180.24 | 77.08 | 157.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 177 | 90 | 0 | 0.20 | 0.59 | 0.13 | 39.85 | 0.66 | 0.61 |
| Hex | DD | B1 | 5A | 0 | 14 | 3B | D | 28 | 42 | 3D |
| Octal | 335 | 261 | 132 | 0 | 24 | 73 | 15 | 50 | 102 | 75 |
| Binary | 11011101 | 10110001 | 1011010 | 0 | 10100 | 111011 | 1101 | 101000 | 1000010 | 111101 |
Color Harmonies of #DDB15A
Complementary color
Monochromatic Colors of #DDB15A
Black with #DDB15A
Text Example
Text Example
White with #DDB15A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDB15A; }
p { color: rgb(221,177,90); }
H1.HeaderClassName
{
color: #DDB15A;
}
.AnyTagClassName
{
color: #DDB15A;
}
</style>
background-color css
<style>
a { background-color: #DDB15A; }
a { background-color: rgb(221,177,90); }
div.DivClassName
{
background-color: #DDB15A;
}
.BgClassName
{
background-color: #DDB15A;
}
</style>
border-color css
<style>
span { border-color: #DDB15A; }
span { border-color: rgb(221,177,90); }
td.TdClassName
{
border-color: #DDB15A;
}
.TagClassName
{
border-color: #DDB15A;
}
</style>