#D5AE5D

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

Shades of Apache #D5AE5D

Tints of Apache #D5AE5D

Color information

#D5AE5D (or 0xD5AE5D) is unknown color: approx Apache. HEX triplet: D5, AE and 5D. RGB value is (213,174,93). Sum of RGB (Red+Green+Blue) = 213+174+93=480 (63% of max value = 765). Red value is 213 (83.59% from 255 or 44.38% from 480); Green value is 174 (68.36% from 255 or 36.25% from 480); Blue value is 93 (36.72% from 255 or 19.38% from 480); Max value from RGB is 213 - color contains mainly: red. Hex color #D5AE5D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D5AE5D is #2A51A2. Grayscale: #B0B0B0. Windows color (decimal): -2773411 or 6139605. OLE color: 6139605.

HSL color Cylindrical-coordinate representation of color #D5AE5D: hue angle of 40.5º degrees, saturation: 0.59, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #D5AE5D is Cyan = 0, Magento = 0.18, Yellow = 0.56 and Black (K on CMYK) = 0.16.

Color convert

RGB21317493-
CMYK00.180.560.16
HSL40.5º58.82%60%-
HSV(B)40.5º56.34%83.53%-
XYZ44.5545.2116.73-
YUV176.4380.92154.09-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 44.38%
GREEN value IS 174 (68.36% from 255) = 36.25%
BLUE value IS 93 (36.72% from 255) = 19.38%
R=44.38%
G=36.25%
B=19.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.56
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal2131749300.180.560.1640.558.8260
HexD5AE5D0123810283b3c
Octal3252561350227020507374
Binary1101010110101110101110101001011100010000101000111011111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D5AE5D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D5AE5D; }

 p { color: rgb(213,174,93); }

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

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

 a { background-color: rgb(213,174,93); }

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

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

 span { border-color: rgb(213,174,93); }

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