#D5AB65

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

Shades of Apache #D5AB65

Tints of Apache #D5AB65

Color information

#D5AB65 (or 0xD5AB65) is unknown color: approx Apache. HEX triplet: D5, AB and 65. RGB value is (213,171,101). Sum of RGB (Red+Green+Blue) = 213+171+101=485 (64% of max value = 765). Red value is 213 (83.59% from 255 or 43.92% from 485); Green value is 171 (67.19% from 255 or 35.26% from 485); Blue value is 101 (39.84% from 255 or 20.82% from 485); Max value from RGB is 213 - color contains mainly: red. Hex color #D5AB65 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D5AB65 is #2A549A. Grayscale: #AFAFAF. Windows color (decimal): -2774171 or 6663125. OLE color: 6663125.

HSL color Cylindrical-coordinate representation of color #D5AB65: hue angle of 37.5º degrees, saturation: 0.57, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #D5AB65 is Cyan = 0, Magento = 0.20, Yellow = 0.53 and Black (K on CMYK) = 0.16.

Color convert

RGB213171101-
CMYK00.200.530.16
HSL37.5º57.14%61.57%-
HSV(B)37.5º52.58%83.53%-
XYZ44.3544.2118.51-
YUV175.5885.91154.69-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 43.92%
GREEN value IS 171 (67.19% from 255) = 35.26%
BLUE value IS 101 (39.84% from 255) = 20.82%
R=43.92%
G=35.26%
B=20.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.53
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21317110100.200.530.1637.557.1461.57
HexD5AB65014351026393e
Octal3252531450246520467176
Binary1101010110101011110010101010011010110000100110111001111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D5AB65

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D5AB65; }

 p { color: rgb(213,171,101); }

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

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

 a { background-color: rgb(213,171,101); }

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

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

 span { border-color: rgb(213,171,101); }

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