#DCAA5A

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

Shades of Rob Roy #DCAA5A

Tints of Rob Roy #DCAA5A

Color information

#DCAA5A (or 0xDCAA5A) is unknown color: approx Rob Roy. HEX triplet: DC, AA and 5A. RGB value is (220,170,90). Sum of RGB (Red+Green+Blue) = 220+170+90=480 (63% of max value = 765). Red value is 220 (86.33% from 255 or 45.83% from 480); Green value is 170 (66.80% from 255 or 35.42% from 480); Blue value is 90 (35.55% from 255 or 18.75% from 480); Max value from RGB is 220 - color contains mainly: red. Hex color #DCAA5A is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DCAA5A is #2355A5. Grayscale: #B0B0B0. Windows color (decimal): -2315686 or 5941980. OLE color: 5941980.

HSL color Cylindrical-coordinate representation of color #DCAA5A: hue angle of 36.92º degrees, saturation: 0.65, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #DCAA5A is Cyan = 0, Magento = 0.23, Yellow = 0.59 and Black (K on CMYK) = 0.14.

Color convert

RGB22017090-
CMYK00.230.590.14
HSL36.92º65%60.78%-
HSV(B)36.92º59.09%86.27%-
XYZ45.7444.715.89-
YUV175.8379.56159.5-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 45.83%
GREEN value IS 170 (66.80% from 255) = 35.42%
BLUE value IS 90 (35.55% from 255) = 18.75%
R=45.83%
G=35.42%
B=18.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.59
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal2201709000.230.590.1436.926560.78
HexDCAA5A0173BE25413d
Octal33425213202773164510175
Binary1101110010101010101101001011111101111101001011000001111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DCAA5A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DCAA5A; }

 p { color: rgb(220,170,90); }

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

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

 a { background-color: rgb(220,170,90); }

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

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

 span { border-color: rgb(220,170,90); }

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