#DDAA54

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

Shades of Rob Roy #DDAA54

Tints of Rob Roy #DDAA54

Color information

#DDAA54 (or 0xDDAA54) is unknown color: approx Rob Roy. HEX triplet: DD, AA and 54. RGB value is (221,170,84). Sum of RGB (Red+Green+Blue) = 221+170+84=475 (62% of max value = 765). Red value is 221 (86.72% from 255 or 46.53% from 475); Green value is 170 (66.80% from 255 or 35.79% from 475); Blue value is 84 (33.20% from 255 or 17.68% from 475); Max value from RGB is 221 - color contains mainly: red. Hex color #DDAA54 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DDAA54 is #2255AB. Grayscale: #AFAFAF. Windows color (decimal): -2250156 or 5548765. OLE color: 5548765.

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

Color convert

RGB22117084-
CMYK00.230.620.13
HSL37.66º66.83%59.8%-
HSV(B)37.66º61.99%86.67%-
XYZ45.7944.7614.61-
YUV175.4476.4160.49-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 46.53%
GREEN value IS 170 (66.80% from 255) = 35.79%
BLUE value IS 84 (33.20% from 255) = 17.68%
R=46.53%
G=35.79%
B=17.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.62
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2211708400.230.620.1337.6666.8359.8
HexDDAA540173ED26433c
Octal33525212402776154610374
Binary1101110110101010101010001011111111011011001101000011111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDAA54

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDAA54; }

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

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

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

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

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

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

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

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