Html Css Color HEX #D7AE5A Apache

📋 copy color: '#D7AE5A'

red 215 ◦ green 174 ◦ blue 90

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

Shades of Apache #D7AE5A

Tints of Apache #D7AE5A

RGB

 RED value IS 215 (84.38% from 255) = 44.89%

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

 BLUE value IS 90 (35.55% from 255) = 18.79%

R = 44.89%
G = 36.33%
B = 18.79%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.58

 K value IS 0.16

RGB Variations

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

Color information

#D7AE5A (or 0xD7AE5A) is known color: Apache. HEX triplet: D7, AE and 5A. RGB value is (215,174,90). Sum of RGB (Red+Green+Blue) = 215+174+90=479 (63% of max value = 765). Red value is 215 (84.38% from 255 or 44.89% from 479); Green value is 174 (68.36% from 255 or 36.33% from 479); Blue value is 90 (35.55% from 255 or 18.79% from 479); Max value from RGB is 215 - color contains mainly: red. Hex color #D7AE5A is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D7AE5A is #2851A5. Grayscale: #B1B1B1. Windows color (decimal): -2642342 or 5942999. OLE color: 5942999.

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

Color convert

RGB 215 174 90 -
CMYK 0 0.19 0.58 0.16
HSL 40.32º 0.61% 0.6% -
HSV(B) 40.32º 0.58% 0.84% -
XYZ 45.01 45.46 16.07 -
YUV 176.68 79.08 155.33 -
System Red Green Blue C M Y K H S L
Decimal 215 174 90 0 0.19 0.58 0.16 40.32 0.61 0.6
Hex D7 AE 5A 0 13 3A 10 28 3D 3C
Octal 327 256 132 0 23 72 20 50 75 74
Binary 11010111 10101110 1011010 0 10011 111010 10000 101000 111101 111100

Color Harmonies of #D7AE5A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D7AE5A

Black with #D7AE5A

Text Example


Text Example

White with #D7AE5A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D7AE5A; }

 p { color: rgb(215,174,90); }

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

background-color css

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

 a { background-color: rgb(215,174,90); }

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

border-color css

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

 span { border-color: rgb(215,174,90); }

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