Shades of Rob Roy #DDB05A
Tints of Rob Roy #DDB05A
RGB
CMYK
RGB Variations
Color information
#DDB05A (or 0xDDB05A) is known color: Rob Roy. HEX triplet: DD, B0 and 5A. RGB value is (221,176,90). Sum of RGB (Red+Green+Blue) = 221+176+90=487 (64% of max value = 765). Red value is 221 (86.72% from 255 or 45.38% from 487); Green value is 176 (69.14% from 255 or 36.14% from 487); Blue value is 90 (35.55% from 255 or 18.48% from 487); Max value from RGB is 221 - color contains mainly: red. Hex color #DDB05A is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DDB05A is #224FA5. Grayscale: #B4B4B4. Windows color (decimal): -2248614 or 5943517. OLE color: 5943517.
HSL color Cylindrical-coordinate representation of color #DDB05A: hue angle of 39.39º 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 #DDB05A is Cyan = 0, Magento = 0.20, Yellow = 0.59 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 176 | 90 | - |
| CMYK | 0 | 0.20 | 0.59 | 0.13 |
| HSL | 39.39º | 0.66% | 0.61% | - |
| HSV(B) | 39.39º | 0.59% | 0.87% | - |
| XYZ | 47.19 | 47.16 | 16.29 | - |
| YUV | 179.65 | 77.41 | 157.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 176 | 90 | 0 | 0.20 | 0.59 | 0.13 | 39.39 | 0.66 | 0.61 |
| Hex | DD | B0 | 5A | 0 | 14 | 3B | D | 27 | 42 | 3D |
| Octal | 335 | 260 | 132 | 0 | 24 | 73 | 15 | 47 | 102 | 75 |
| Binary | 11011101 | 10110000 | 1011010 | 0 | 10100 | 111011 | 1101 | 100111 | 1000010 | 111101 |
Color Harmonies of #DDB05A
Complementary color
Monochromatic Colors of #DDB05A
Black with #DDB05A
Text Example
Text Example
White with #DDB05A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDB05A; }
p { color: rgb(221,176,90); }
H1.HeaderClassName
{
color: #DDB05A;
}
.AnyTagClassName
{
color: #DDB05A;
}
</style>
background-color css
<style>
a { background-color: #DDB05A; }
a { background-color: rgb(221,176,90); }
div.DivClassName
{
background-color: #DDB05A;
}
.BgClassName
{
background-color: #DDB05A;
}
</style>
border-color css
<style>
span { border-color: #DDB05A; }
span { border-color: rgb(221,176,90); }
td.TdClassName
{
border-color: #DDB05A;
}
.TagClassName
{
border-color: #DDB05A;
}
</style>