#DCA54A

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

Shades of Rob Roy #DCA54A

Tints of Rob Roy #DCA54A

Color information

#DCA54A (or 0xDCA54A) is unknown color: approx Rob Roy. HEX triplet: DC, A5 and 4A. RGB value is (220,165,74). Sum of RGB (Red+Green+Blue) = 220+165+74=459 (60% of max value = 765). Red value is 220 (86.33% from 255 or 47.93% from 459); Green value is 165 (64.84% from 255 or 35.95% from 459); Blue value is 74 (29.30% from 255 or 16.12% from 459); Max value from RGB is 220 - color contains mainly: red. Hex color #DCA54A is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DCA54A is #235AB5. Grayscale: #ABABAB. Windows color (decimal): -2316982 or 4892124. OLE color: 4892124.

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

Color convert

RGB22016574-
CMYK00.250.660.14
HSL37.4º67.59%57.65%-
HSV(B)37.4º66.36%86.27%-
XYZ44.2142.6212.38-
YUV171.0773.22162.9-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 47.93%
GREEN value IS 165 (64.84% from 255) = 35.95%
BLUE value IS 74 (29.30% from 255) = 16.12%
R=47.93%
G=35.95%
B=16.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.66
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal2201657400.250.660.1437.467.5957.65
HexDCA54A01942E25443a
Octal334245112031102164510472
Binary11011100101001011001010011001100001011101001011000100111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DCA54A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DCA54A; }

 p { color: rgb(220,165,74); }

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

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

 a { background-color: rgb(220,165,74); }

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

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

 span { border-color: rgb(220,165,74); }

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