Html Css Color HEX #D4AC64 Apache

📋 copy color: '#D4AC64'

red 212 ◦ green 172 ◦ blue 100

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

Shades of Apache #D4AC64

Tints of Apache #D4AC64

RGB

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

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

 BLUE value IS 100 (39.45% from 255) = 20.66%

R = 43.8%
G = 35.54%
B = 20.66%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.53

 K value IS 0.17

RGB Variations

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

Color information

#D4AC64 (or 0xD4AC64) is known color: Apache. HEX triplet: D4, AC and 64. RGB value is (212,172,100). Sum of RGB (Red+Green+Blue) = 212+172+100=484 (64% of max value = 765). Red value is 212 (83.20% from 255 or 43.80% from 484); Green value is 172 (67.58% from 255 or 35.54% from 484); Blue value is 100 (39.45% from 255 or 20.66% from 484); Max value from RGB is 212 - color contains mainly: red. Hex color #D4AC64 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D4AC64 is #2B539B. Grayscale: #B0B0B0. Windows color (decimal): -2839452 or 6597844. OLE color: 6597844.

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

Color convert

RGB 212 172 100 -
CMYK 0 0.19 0.53 0.17
HSL 38.57º 0.57% 0.61% -
HSV(B) 38.57º 0.53% 0.83% -
XYZ 44.2 44.42 18.3 -
YUV 175.75 85.25 153.85 -
System Red Green Blue C M Y K H S L
Decimal 212 172 100 0 0.19 0.53 0.17 38.57 0.57 0.61
Hex D4 AC 64 0 13 35 11 27 39 3D
Octal 324 254 144 0 23 65 21 47 71 75
Binary 11010100 10101100 1100100 0 10011 110101 10001 100111 111001 111101

Color Harmonies of #D4AC64

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D4AC64

Black with #D4AC64

Text Example


Text Example

White with #D4AC64

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D4AC64; }

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

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

background-color css

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

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

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

border-color css

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

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

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