Html Css Color HEX #D9AA5C Apache

📋 copy color: '#D9AA5C'

red 217 ◦ green 170 ◦ blue 92

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

Shades of Apache #D9AA5C

Tints of Apache #D9AA5C

RGB

 RED value IS 217 (85.16% from 255) = 45.3%

 GREEN value IS 170 (66.8% from 255) = 35.49%

 BLUE value IS 92 (36.33% from 255) = 19.21%

R = 45.3%
G = 35.49%
B = 19.21%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.58

 K value IS 0.15

RGB Variations

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

Color information

#D9AA5C (or 0xD9AA5C) is known color: Apache. HEX triplet: D9, AA and 5C. RGB value is (217,170,92). Sum of RGB (Red+Green+Blue) = 217+170+92=479 (63% of max value = 765). Red value is 217 (85.16% from 255 or 45.30% from 479); Green value is 170 (66.80% from 255 or 35.49% from 479); Blue value is 92 (36.33% from 255 or 19.21% from 479); Max value from RGB is 217 - color contains mainly: red. Hex color #D9AA5C is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D9AA5C is #2655A3. Grayscale: #AFAFAF. Windows color (decimal): -2512292 or 6073049. OLE color: 6073049.

HSL color Cylindrical-coordinate representation of color #D9AA5C: hue angle of 37.44º degrees, saturation: 0.62, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #D9AA5C is Cyan = 0, Magento = 0.22, Yellow = 0.58 and Black (K on CMYK) = 0.15.

Color convert

RGB 217 170 92 -
CMYK 0 0.22 0.58 0.15
HSL 37.44º 0.62% 0.61% -
HSV(B) 37.44º 0.58% 0.85% -
XYZ 44.92 44.27 16.3 -
YUV 175.16 81.07 157.84 -
System Red Green Blue C M Y K H S L
Decimal 217 170 92 0 0.22 0.58 0.15 37.44 0.62 0.61
Hex D9 AA 5C 0 16 3A F 25 3E 3D
Octal 331 252 134 0 26 72 17 45 76 75
Binary 11011001 10101010 1011100 0 10110 111010 1111 100101 111110 111101

Color Harmonies of #D9AA5C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D9AA5C

Black with #D9AA5C

Text Example


Text Example

White with #D9AA5C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D9AA5C; }

 p { color: rgb(217,170,92); }

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

background-color css

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

 a { background-color: rgb(217,170,92); }

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

border-color css

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

 span { border-color: rgb(217,170,92); }

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