Shades of Rob Roy #DDB454
Tints of Rob Roy #DDB454
RGB
CMYK
RGB Variations
Color information
#DDB454 (or 0xDDB454) is known color: Rob Roy. HEX triplet: DD, B4 and 54. RGB value is (221,180,84). Sum of RGB (Red+Green+Blue) = 221+180+84=485 (64% of max value = 765). Red value is 221 (86.72% from 255 or 45.57% from 485); Green value is 180 (70.70% from 255 or 37.11% from 485); Blue value is 84 (33.20% from 255 or 17.32% from 485); Max value from RGB is 221 - color contains mainly: red. Hex color #DDB454 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DDB454 is #224BAB. Grayscale: #B5B5B5. Windows color (decimal): -2247596 or 5551325. OLE color: 5551325.
HSL color Cylindrical-coordinate representation of color #DDB454: hue angle of 42.04º degrees, saturation: 0.67, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #DDB454 is Cyan = 0, Magento = 0.19, Yellow = 0.62 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 180 | 84 | - |
| CMYK | 0 | 0.19 | 0.62 | 0.13 |
| HSL | 42.04º | 0.67% | 0.6% | - |
| HSV(B) | 42.04º | 0.62% | 0.87% | - |
| XYZ | 47.74 | 48.65 | 15.26 | - |
| YUV | 181.32 | 73.08 | 156.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 180 | 84 | 0 | 0.19 | 0.62 | 0.13 | 42.04 | 0.67 | 0.6 |
| Hex | DD | B4 | 54 | 0 | 13 | 3E | D | 2A | 43 | 3C |
| Octal | 335 | 264 | 124 | 0 | 23 | 76 | 15 | 52 | 103 | 74 |
| Binary | 11011101 | 10110100 | 1010100 | 0 | 10011 | 111110 | 1101 | 101010 | 1000011 | 111100 |
Color Harmonies of #DDB454
Complementary color
Monochromatic Colors of #DDB454
Black with #DDB454
Text Example
Text Example
White with #DDB454
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDB454; }
p { color: rgb(221,180,84); }
H1.HeaderClassName
{
color: #DDB454;
}
.AnyTagClassName
{
color: #DDB454;
}
</style>
background-color css
<style>
a { background-color: #DDB454; }
a { background-color: rgb(221,180,84); }
div.DivClassName
{
background-color: #DDB454;
}
.BgClassName
{
background-color: #DDB454;
}
</style>
border-color css
<style>
span { border-color: #DDB454; }
span { border-color: rgb(221,180,84); }
td.TdClassName
{
border-color: #DDB454;
}
.TagClassName
{
border-color: #DDB454;
}
</style>