#DDAC54

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

Shades of Rob Roy #DDAC54

Tints of Rob Roy #DDAC54

Color information

#DDAC54 (or 0xDDAC54) is unknown color: approx Rob Roy. HEX triplet: DD, AC and 54. RGB value is (221,172,84). Sum of RGB (Red+Green+Blue) = 221+172+84=477 (63% of max value = 765). Red value is 221 (86.72% from 255 or 46.33% from 477); Green value is 172 (67.58% from 255 or 36.06% from 477); Blue value is 84 (33.20% from 255 or 17.61% from 477); Max value from RGB is 221 - color contains mainly: red. Hex color #DDAC54 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DDAC54 is #2253AB. Grayscale: #B1B1B1. Windows color (decimal): -2249644 or 5549277. OLE color: 5549277.

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

Color convert

RGB22117284-
CMYK00.220.620.13
HSL38.54º66.83%59.8%-
HSV(B)38.54º61.99%86.67%-
XYZ46.1745.5214.74-
YUV176.6275.73159.66-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 46.33%
GREEN value IS 172 (67.58% from 255) = 36.06%
BLUE value IS 84 (33.20% from 255) = 17.61%
R=46.33%
G=36.06%
B=17.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.62
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2211728400.220.620.1338.5466.8359.8
HexDDAC540163ED27433c
Octal33525412402676154710374
Binary1101110110101100101010001011011111011011001111000011111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDAC54

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDAC54; }

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

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

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

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

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

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

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

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