Html Css Color HEX #D4AC5A Apache

📋 copy color: '#D4AC5A'

red 212 ◦ green 172 ◦ blue 90

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

Shades of Apache #D4AC5A

Tints of Apache #D4AC5A

RGB

 RED value IS 212 (83.2% from 255) = 44.73%

 GREEN value IS 172 (67.58% from 255) = 36.29%

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

R = 44.73%
G = 36.29%
B = 18.99%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.58

 K value IS 0.17

RGB Variations

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

Color information

#D4AC5A (or 0xD4AC5A) is known color: Apache. HEX triplet: D4, AC and 5A. RGB value is (212,172,90). Sum of RGB (Red+Green+Blue) = 212+172+90=474 (62% of max value = 765). Red value is 212 (83.20% from 255 or 44.73% from 474); Green value is 172 (67.58% from 255 or 36.29% from 474); Blue value is 90 (35.55% from 255 or 18.99% from 474); Max value from RGB is 212 - color contains mainly: red. Hex color #D4AC5A is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D4AC5A is #2B53A5. Grayscale: #AEAEAE. Windows color (decimal): -2839462 or 5942484. OLE color: 5942484.

HSL color Cylindrical-coordinate representation of color #D4AC5A: hue angle of 40.33º degrees, saturation: 0.59, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #D4AC5A is Cyan = 0, Magento = 0.19, Yellow = 0.58 and Black (K on CMYK) = 0.17.

Color convert

RGB 212 172 90 -
CMYK 0 0.19 0.58 0.17
HSL 40.33º 0.59% 0.59% -
HSV(B) 40.33º 0.58% 0.83% -
XYZ 43.75 44.24 15.91 -
YUV 174.61 80.25 154.67 -
System Red Green Blue C M Y K H S L
Decimal 212 172 90 0 0.19 0.58 0.17 40.33 0.59 0.59
Hex D4 AC 5A 0 13 3A 11 28 3B 3B
Octal 324 254 132 0 23 72 21 50 73 73
Binary 11010100 10101100 1011010 0 10011 111010 10001 101000 111011 111011

Color Harmonies of #D4AC5A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D4AC5A

Black with #D4AC5A

Text Example


Text Example

White with #D4AC5A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D4AC5A; }

 p { color: rgb(212,172,90); }

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

background-color css

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

 a { background-color: rgb(212,172,90); }

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

border-color css

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

 span { border-color: rgb(212,172,90); }

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