Html Css Color HEX #D4A359 Apache

📋 copy color: '#D4A359'

red 212 ◦ green 163 ◦ blue 89

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

Shades of Apache #D4A359

Tints of Apache #D4A359

RGB

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

 GREEN value IS 163 (64.06% from 255) = 35.13%

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

R = 45.69%
G = 35.13%
B = 19.18%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.58

 K value IS 0.17

RGB Variations

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

Color information

#D4A359 (or 0xD4A359) is known color: Apache. HEX triplet: D4, A3 and 59. RGB value is (212,163,89). Sum of RGB (Red+Green+Blue) = 212+163+89=464 (61% of max value = 765). Red value is 212 (83.20% from 255 or 45.69% from 464); Green value is 163 (64.06% from 255 or 35.13% from 464); Blue value is 89 (35.16% from 255 or 19.18% from 464); Max value from RGB is 212 - color contains mainly: red. Hex color #D4A359 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D4A359 is #2B5CA6. Grayscale: #A9A9A9. Windows color (decimal): -2841767 or 5874644. OLE color: 5874644.

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

Color convert

RGB 212 163 89 -
CMYK 0 0.23 0.58 0.17
HSL 36.1º 0.59% 0.59% -
HSV(B) 36.1º 0.58% 0.83% -
XYZ 42.05 40.91 15.13 -
YUV 169.22 82.73 158.52 -
System Red Green Blue C M Y K H S L
Decimal 212 163 89 0 0.23 0.58 0.17 36.1 0.59 0.59
Hex D4 A3 59 0 17 3A 11 24 3B 3B
Octal 324 243 131 0 27 72 21 44 73 73
Binary 11010100 10100011 1011001 0 10111 111010 10001 100100 111011 111011

Color Harmonies of #D4A359

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D4A359

Black with #D4A359

Text Example


Text Example

White with #D4A359

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D4A359; }

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

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

background-color css

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

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

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

border-color css

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

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

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