Html Css Color HEX #D5A864 Apache

📋 copy color: '#D5A864'

red 213 ◦ green 168 ◦ blue 100

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

Shades of Apache #D5A864

Tints of Apache #D5A864

RGB

 RED value IS 213 (83.59% from 255) = 44.28%

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

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

R = 44.28%
G = 34.93%
B = 20.79%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.53

 K value IS 0.16

RGB Variations

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

Color information

#D5A864 (or 0xD5A864) is known color: Apache. HEX triplet: D5, A8 and 64. RGB value is (213,168,100). Sum of RGB (Red+Green+Blue) = 213+168+100=481 (63% of max value = 765). Red value is 213 (83.59% from 255 or 44.28% from 481); Green value is 168 (66.02% from 255 or 34.93% from 481); Blue value is 100 (39.45% from 255 or 20.79% from 481); Max value from RGB is 213 - color contains mainly: red. Hex color #D5A864 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D5A864 is #2A579B. Grayscale: #AEAEAE. Windows color (decimal): -2774940 or 6596821. OLE color: 6596821.

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

Color convert

RGB 213 168 100 -
CMYK 0 0.21 0.53 0.16
HSL 36.11º 0.57% 0.61% -
HSV(B) 36.11º 0.53% 0.84% -
XYZ 43.74 43.07 18.06 -
YUV 173.7 86.41 156.03 -
System Red Green Blue C M Y K H S L
Decimal 213 168 100 0 0.21 0.53 0.16 36.11 0.57 0.61
Hex D5 A8 64 0 15 35 10 24 39 3D
Octal 325 250 144 0 25 65 20 44 71 75
Binary 11010101 10101000 1100100 0 10101 110101 10000 100100 111001 111101

Color Harmonies of #D5A864

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D5A864

Black with #D5A864

Text Example


Text Example

White with #D5A864

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D5A864; }

 p { color: rgb(213,168,100); }

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

background-color css

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

 a { background-color: rgb(213,168,100); }

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

border-color css

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

 span { border-color: rgb(213,168,100); }

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