#DCA94E

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

Shades of Rob Roy #DCA94E

Tints of Rob Roy #DCA94E

Color information

#DCA94E (or 0xDCA94E) is unknown color: approx Rob Roy. HEX triplet: DC, A9 and 4E. RGB value is (220,169,78). Sum of RGB (Red+Green+Blue) = 220+169+78=467 (61% of max value = 765). Red value is 220 (86.33% from 255 or 47.11% from 467); Green value is 169 (66.41% from 255 or 36.19% from 467); Blue value is 78 (30.86% from 255 or 16.70% from 467); Max value from RGB is 220 - color contains mainly: red. Hex color #DCA94E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DCA94E is #2356B1. Grayscale: #AEAEAE. Windows color (decimal): -2315954 or 5155292. OLE color: 5155292.

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

Color convert

RGB22016978-
CMYK00.230.650.14
HSL38.45º66.98%58.43%-
HSV(B)38.45º64.55%86.27%-
XYZ45.0844.1413.35-
YUV173.8873.9160.9-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 47.11%
GREEN value IS 169 (66.41% from 255) = 36.19%
BLUE value IS 78 (30.86% from 255) = 16.70%
R=47.11%
G=36.19%
B=16.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.65
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal2201697800.230.650.1438.4566.9858.43
HexDCA94E01741E26433a
Octal334251116027101164610372
Binary11011100101010011001110010111100000111101001101000011111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DCA94E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DCA94E; }

 p { color: rgb(220,169,78); }

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

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

 a { background-color: rgb(220,169,78); }

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

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

 span { border-color: rgb(220,169,78); }

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