Html Css Color HEX #D5AE57 Apache

📋 copy color: '#D5AE57'

red 213 ◦ green 174 ◦ blue 87

#D5AE57
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Apache #D5AE57

Tints of Apache #D5AE57

RGB

 RED value IS 213 (83.59% from 255) = 44.94%

 GREEN value IS 174 (68.36% from 255) = 36.71%

 BLUE value IS 87 (34.38% from 255) = 18.35%

R = 44.94%
G = 36.71%
B = 18.35%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.59

 K value IS 0.16

RGB Variations

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

Color information

#D5AE57 (or 0xD5AE57) is known color: Apache. HEX triplet: D5, AE and 57. RGB value is (213,174,87). Sum of RGB (Red+Green+Blue) = 213+174+87=474 (62% of max value = 765). Red value is 213 (83.59% from 255 or 44.94% from 474); Green value is 174 (68.36% from 255 or 36.71% from 474); Blue value is 87 (34.38% from 255 or 18.35% from 474); Max value from RGB is 213 - color contains mainly: red. Hex color #D5AE57 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D5AE57 is #2A51A8. Grayscale: #B0B0B0. Windows color (decimal): -2773417 or 5746389. OLE color: 5746389.

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

Color convert

RGB 213 174 87 -
CMYK 0 0.18 0.59 0.16
HSL 41.43º 0.6% 0.59% -
HSV(B) 41.43º 0.59% 0.84% -
XYZ 44.3 45.11 15.39 -
YUV 175.74 77.92 154.57 -
System Red Green Blue C M Y K H S L
Decimal 213 174 87 0 0.18 0.59 0.16 41.43 0.6 0.59
Hex D5 AE 57 0 12 3B 10 29 3C 3B
Octal 325 256 127 0 22 73 20 51 74 73
Binary 11010101 10101110 1010111 0 10010 111011 10000 101001 111100 111011

Color Harmonies of #D5AE57

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D5AE57

Black with #D5AE57

Text Example


Text Example

White with #D5AE57

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D5AE57; }

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

 H1.HeaderClassName
 {
   color: #D5AE57;
 }
 .AnyTagClassName
 {
   color: #D5AE57;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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