#D4A765

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

Shades of Apache #D4A765

Tints of Apache #D4A765

Color information

#D4A765 (or 0xD4A765) is unknown color: approx Apache. HEX triplet: D4, A7 and 65. RGB value is (212,167,101). Sum of RGB (Red+Green+Blue) = 212+167+101=480 (63% of max value = 765). Red value is 212 (83.20% from 255 or 44.17% from 480); Green value is 167 (65.62% from 255 or 34.79% from 480); Blue value is 101 (39.84% from 255 or 21.04% from 480); Max value from RGB is 212 - color contains mainly: red. Hex color #D4A765 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D4A765 is #2B589A. Grayscale: #ADADAD. Windows color (decimal): -2840731 or 6662100. OLE color: 6662100.

HSL color Cylindrical-coordinate representation of color #D4A765: hue angle of 35.68º degrees, saturation: 0.56, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #D4A765 is Cyan = 0, Magento = 0.21, Yellow = 0.52 and Black (K on CMYK) = 0.17.

Color convert

RGB212167101-
CMYK00.210.520.17
HSL35.68º56.35%61.37%-
HSV(B)35.68º52.36%83.14%-
XYZ43.3242.5718.25-
YUV172.9387.41155.87-

RGB Variations

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

RGB

RED value IS 212 (83.20% from 255) = 44.17%
GREEN value IS 167 (65.62% from 255) = 34.79%
BLUE value IS 101 (39.84% from 255) = 21.04%
R=44.17%
G=34.79%
B=21.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.52
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal21216710100.210.520.1735.6856.3561.37
HexD4A765015341124383d
Octal3242471450256421447075
Binary1101010010100111110010101010111010010001100100111000111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D4A765

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D4A765; }

 p { color: rgb(212,167,101); }

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

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

 a { background-color: rgb(212,167,101); }

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

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

 span { border-color: rgb(212,167,101); }

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