Html Css Color HEX #D4A859 Apache

📋 copy color: '#D4A859'

red 212 ◦ green 168 ◦ blue 89

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

Shades of Apache #D4A859

Tints of Apache #D4A859

RGB

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

 GREEN value IS 168 (66.02% from 255) = 35.82%

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

R = 45.2%
G = 35.82%
B = 18.98%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.58

 K value IS 0.17

RGB Variations

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

Color information

#D4A859 (or 0xD4A859) is known color: Apache. HEX triplet: D4, A8 and 59. RGB value is (212,168,89). Sum of RGB (Red+Green+Blue) = 212+168+89=469 (62% of max value = 765). Red value is 212 (83.20% from 255 or 45.20% from 469); Green value is 168 (66.02% from 255 or 35.82% from 469); Blue value is 89 (35.16% from 255 or 18.98% from 469); Max value from RGB is 212 - color contains mainly: red. Hex color #D4A859 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D4A859 is #2B57A6. Grayscale: #ACACAC. Windows color (decimal): -2840487 or 5875924. OLE color: 5875924.

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

Color convert

RGB 212 168 89 -
CMYK 0 0.21 0.58 0.17
HSL 38.54º 0.59% 0.59% -
HSV(B) 38.54º 0.58% 0.83% -
XYZ 42.96 42.72 15.43 -
YUV 172.15 81.08 156.42 -
System Red Green Blue C M Y K H S L
Decimal 212 168 89 0 0.21 0.58 0.17 38.54 0.59 0.59
Hex D4 A8 59 0 15 3A 11 27 3B 3B
Octal 324 250 131 0 25 72 21 47 73 73
Binary 11010100 10101000 1011001 0 10101 111010 10001 100111 111011 111011

Color Harmonies of #D4A859

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D4A859

Black with #D4A859

Text Example


Text Example

White with #D4A859

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D4A859; }

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

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

background-color css

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

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

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

border-color css

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

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

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