#DDAC56

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

Shades of Rob Roy #DDAC56

Tints of Rob Roy #DDAC56

Color information

#DDAC56 (or 0xDDAC56) is unknown color: approx Rob Roy. HEX triplet: DD, AC and 56. RGB value is (221,172,86). Sum of RGB (Red+Green+Blue) = 221+172+86=479 (63% of max value = 765). Red value is 221 (86.72% from 255 or 46.14% from 479); Green value is 172 (67.58% from 255 or 35.91% from 479); Blue value is 86 (33.98% from 255 or 17.95% from 479); Max value from RGB is 221 - color contains mainly: red. Hex color #DDAC56 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DDAC56 is #2253A9. Grayscale: #B1B1B1. Windows color (decimal): -2249642 or 5680349. OLE color: 5680349.

HSL color Cylindrical-coordinate representation of color #DDAC56: hue angle of 38.22º degrees, saturation: 0.67, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #DDAC56 is Cyan = 0, Magento = 0.22, Yellow = 0.61 and Black (K on CMYK) = 0.13.

Color convert

RGB22117286-
CMYK00.220.610.13
HSL38.22º66.5%60.2%-
HSV(B)38.22º61.09%86.67%-
XYZ46.2545.5515.16-
YUV176.8576.73159.49-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 46.14%
GREEN value IS 172 (67.58% from 255) = 35.91%
BLUE value IS 86 (33.98% from 255) = 17.95%
R=46.14%
G=35.91%
B=17.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.61
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2211728600.220.610.1338.2266.560.2
HexDDAC560163DD26433c
Octal33525412602675154610374
Binary1101110110101100101011001011011110111011001101000011111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDAC56

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDAC56; }

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

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

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

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

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

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

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

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