Html Css Color HEX #D4A059 Apache

📋 copy color: '#D4A059'

red 212 ◦ green 160 ◦ blue 89

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

Shades of Apache #D4A059

Tints of Apache #D4A059

RGB

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

 GREEN value IS 160 (62.89% from 255) = 34.71%

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

R = 45.99%
G = 34.71%
B = 19.31%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.58

 K value IS 0.17

RGB Variations

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

Color information

#D4A059 (or 0xD4A059) is known color: Apache. HEX triplet: D4, A0 and 59. RGB value is (212,160,89). Sum of RGB (Red+Green+Blue) = 212+160+89=461 (61% of max value = 765). Red value is 212 (83.20% from 255 or 45.99% from 461); Green value is 160 (62.89% from 255 or 34.71% from 461); Blue value is 89 (35.16% from 255 or 19.31% from 461); Max value from RGB is 212 - color contains mainly: red. Hex color #D4A059 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D4A059 is #2B5FA6. Grayscale: #A7A7A7. Windows color (decimal): -2842535 or 5873876. OLE color: 5873876.

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

Color convert

RGB 212 160 89 -
CMYK 0 0.25 0.58 0.17
HSL 34.63º 0.59% 0.59% -
HSV(B) 34.63º 0.58% 0.83% -
XYZ 41.53 39.86 14.96 -
YUV 167.45 83.73 159.77 -
System Red Green Blue C M Y K H S L
Decimal 212 160 89 0 0.25 0.58 0.17 34.63 0.59 0.59
Hex D4 A0 59 0 19 3A 11 23 3B 3B
Octal 324 240 131 0 31 72 21 43 73 73
Binary 11010100 10100000 1011001 0 11001 111010 10001 100011 111011 111011

Color Harmonies of #D4A059

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D4A059

Black with #D4A059

Text Example


Text Example

White with #D4A059

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D4A059; }

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

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

background-color css

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

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

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

border-color css

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

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

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