#DCA762

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

Shades of Apache #DCA762

Tints of Apache #DCA762

Color information

#DCA762 (or 0xDCA762) is unknown color: approx Apache. HEX triplet: DC, A7 and 62. RGB value is (220,167,98). Sum of RGB (Red+Green+Blue) = 220+167+98=485 (64% of max value = 765). Red value is 220 (86.33% from 255 or 45.36% from 485); Green value is 167 (65.62% from 255 or 34.43% from 485); Blue value is 98 (38.67% from 255 or 20.21% from 485); Max value from RGB is 220 - color contains mainly: red. Hex color #DCA762 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DCA762 is #23589D. Grayscale: #AFAFAF. Windows color (decimal): -2316446 or 6465500. OLE color: 6465500.

HSL color Cylindrical-coordinate representation of color #DCA762: hue angle of 33.93º degrees, saturation: 0.64, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #DCA762 is Cyan = 0, Magento = 0.24, Yellow = 0.55 and Black (K on CMYK) = 0.14.

Color convert

RGB22016798-
CMYK00.240.550.14
HSL33.93º63.54%62.35%-
HSV(B)33.93º55.45%86.27%-
XYZ45.5443.7317.6-
YUV174.9884.56160.11-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 45.36%
GREEN value IS 167 (65.62% from 255) = 34.43%
BLUE value IS 98 (38.67% from 255) = 20.21%
R=45.36%
G=34.43%
B=20.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.55
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal2201679800.240.550.1433.9363.5462.35
HexDCA76201837E22403e
Octal33424714203067164210076
Binary1101110010100111110001001100011011111101000101000000111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DCA762

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DCA762; }

 p { color: rgb(220,167,98); }

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

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

 a { background-color: rgb(220,167,98); }

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

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

 span { border-color: rgb(220,167,98); }

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