#DDB854

Color #DDB854 Rob Roy (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Rob Roy #DDB854

Tints of Rob Roy #DDB854

Color information

#DDB854 (or 0xDDB854) is unknown color: approx Rob Roy. HEX triplet: DD, B8 and 54. RGB value is (221,184,84). Sum of RGB (Red+Green+Blue) = 221+184+84=489 (64% of max value = 765). Red value is 221 (86.72% from 255 or 45.19% from 489); Green value is 184 (72.27% from 255 or 37.63% from 489); Blue value is 84 (33.20% from 255 or 17.18% from 489); Max value from RGB is 221 - color contains mainly: red. Hex color #DDB854 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DDB854 is #2247AB. Grayscale: #B8B8B8. Windows color (decimal): -2246572 or 5552349. OLE color: 5552349.

HSL color Cylindrical-coordinate representation of color #DDB854: hue angle of 43.8º 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 #DDB854 is Cyan = 0, Magento = 0.17, Yellow = 0.62 and Black (K on CMYK) = 0.13.

Color convert

RGB22118484-
CMYK00.170.620.13
HSL43.8º66.83%59.8%-
HSV(B)43.8º61.99%86.67%-
XYZ48.5650.2915.54-
YUV183.6671.76154.63-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 221 (86.72% from 255) = 45.19%
GREEN value IS 184 (72.27% from 255) = 37.63%
BLUE value IS 84 (33.20% from 255) = 17.18%
R=45.19%
G=37.63%
B=17.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.62
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2211848400.170.620.1343.866.8359.8
HexDDB8540113ED2c433c
Octal33527012402176155410374
Binary1101110110111000101010001000111111011011011001000011111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDB854

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDB854; }

 p { color: rgb(221,184,84); }

 H1.HeaderClassName
 {
   color: #DDB854;
 }
 .AnyTagClassName
 {
   color: #DDB854;
 }
</style>
background-color css

<style>
 a { background-color: #DDB854; }

 a { background-color: rgb(221,184,84); }

 div.DivClassName
 {
   background-color: #DDB854;
 }
 .BgClassName
 {
   background-color: #DDB854;
 }
</style>
border-color css

<style>
 span { border-color: #DDB854; }

 span { border-color: rgb(221,184,84); }

 td.TdClassName
 {
   border-color: #DDB854;
 }
 .TagClassName
 {
   border-color: #DDB854;
 }
</style>