Html Css Color HEX #D8A764 Apache

📋 copy color: '#D8A764'

red 216 ◦ green 167 ◦ blue 100

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

Shades of Apache #D8A764

Tints of Apache #D8A764

RGB

 RED value IS 216 (84.77% from 255) = 44.72%

 GREEN value IS 167 (65.63% from 255) = 34.58%

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

R = 44.72%
G = 34.58%
B = 20.7%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.54

 K value IS 0.15

RGB Variations

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

Color information

#D8A764 (or 0xD8A764) is known color: Apache. HEX triplet: D8, A7 and 64. RGB value is (216,167,100). Sum of RGB (Red+Green+Blue) = 216+167+100=483 (63% of max value = 765). Red value is 216 (84.77% from 255 or 44.72% from 483); Green value is 167 (65.62% from 255 or 34.58% from 483); Blue value is 100 (39.45% from 255 or 20.70% from 483); Max value from RGB is 216 - color contains mainly: red. Hex color #D8A764 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D8A764 is #27589B. Grayscale: #AEAEAE. Windows color (decimal): -2578588 or 6596568. OLE color: 6596568.

HSL color Cylindrical-coordinate representation of color #D8A764: hue angle of 34.66º degrees, saturation: 0.6, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #D8A764 is Cyan = 0, Magento = 0.23, Yellow = 0.54 and Black (K on CMYK) = 0.15.

Color convert

RGB 216 167 100 -
CMYK 0 0.23 0.54 0.15
HSL 34.66º 0.6% 0.62% -
HSV(B) 34.66º 0.54% 0.85% -
XYZ 44.44 43.16 18.04 -
YUV 174.01 86.23 157.95 -
System Red Green Blue C M Y K H S L
Decimal 216 167 100 0 0.23 0.54 0.15 34.66 0.6 0.62
Hex D8 A7 64 0 17 36 F 23 3C 3E
Octal 330 247 144 0 27 66 17 43 74 76
Binary 11011000 10100111 1100100 0 10111 110110 1111 100011 111100 111110

Color Harmonies of #D8A764

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D8A764

Black with #D8A764

Text Example


Text Example

White with #D8A764

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D8A764; }

 p { color: rgb(216,167,100); }

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

background-color css

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

 a { background-color: rgb(216,167,100); }

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

border-color css

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

 span { border-color: rgb(216,167,100); }

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