Html Css Color HEX #D4AC59 Apache

📋 copy color: '#D4AC59'

red 212 ◦ green 172 ◦ blue 89

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

Shades of Apache #D4AC59

Tints of Apache #D4AC59

RGB

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

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

 BLUE value IS 89 (35.16% from 255) = 18.82%

R = 44.82%
G = 36.36%
B = 18.82%

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

#D4AC59 (or 0xD4AC59) is known color: Apache. HEX triplet: D4, AC and 59. RGB value is (212,172,89). Sum of RGB (Red+Green+Blue) = 212+172+89=473 (62% of max value = 765). Red value is 212 (83.20% from 255 or 44.82% from 473); Green value is 172 (67.58% from 255 or 36.36% from 473); Blue value is 89 (35.16% from 255 or 18.82% from 473); Max value from RGB is 212 - color contains mainly: red. Hex color #D4AC59 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D4AC59 is #2B53A6. Grayscale: #AEAEAE. Windows color (decimal): -2839463 or 5876948. OLE color: 5876948.

HSL color Cylindrical-coordinate representation of color #D4AC59: hue angle of 40.49º 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 #D4AC59 is Cyan = 0, Magento = 0.19, Yellow = 0.58 and Black (K on CMYK) = 0.17.

Color convert

RGB 212 172 89 -
CMYK 0 0.19 0.58 0.17
HSL 40.49º 0.59% 0.59% -
HSV(B) 40.49º 0.58% 0.83% -
XYZ 43.71 44.22 15.68 -
YUV 174.5 79.75 154.75 -
System Red Green Blue C M Y K H S L
Decimal 212 172 89 0 0.19 0.58 0.17 40.49 0.59 0.59
Hex D4 AC 59 0 13 3A 11 28 3B 3B
Octal 324 254 131 0 23 72 21 50 73 73
Binary 11010100 10101100 1011001 0 10011 111010 10001 101000 111011 111011

Color Harmonies of #D4AC59

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D4AC59

Black with #D4AC59

Text Example


Text Example

White with #D4AC59

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D4AC59; }

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

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

background-color css

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

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

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

border-color css

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

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

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