Html Css Color HEX #D8A75B Apache

📋 copy color: '#D8A75B'

red 216 ◦ green 167 ◦ blue 91

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

Shades of Apache #D8A75B

Tints of Apache #D8A75B

RGB

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

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

 BLUE value IS 91 (35.94% from 255) = 19.2%

R = 45.57%
G = 35.23%
B = 19.2%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.58

 K value IS 0.15

RGB Variations

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

Color information

#D8A75B (or 0xD8A75B) is known color: Apache. HEX triplet: D8, A7 and 5B. RGB value is (216,167,91). Sum of RGB (Red+Green+Blue) = 216+167+91=474 (62% of max value = 765). Red value is 216 (84.77% from 255 or 45.57% from 474); Green value is 167 (65.62% from 255 or 35.23% from 474); Blue value is 91 (35.94% from 255 or 19.20% from 474); Max value from RGB is 216 - color contains mainly: red. Hex color #D8A75B is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D8A75B is #2758A4. Grayscale: #ADADAD. Windows color (decimal): -2578597 or 6006744. OLE color: 6006744.

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

Color convert

RGB 216 167 91 -
CMYK 0 0.23 0.58 0.15
HSL 36.48º 0.62% 0.6% -
HSV(B) 36.48º 0.58% 0.85% -
XYZ 44.03 42.99 15.88 -
YUV 172.99 81.73 158.68 -
System Red Green Blue C M Y K H S L
Decimal 216 167 91 0 0.23 0.58 0.15 36.48 0.62 0.6
Hex D8 A7 5B 0 17 3A F 24 3E 3C
Octal 330 247 133 0 27 72 17 44 76 74
Binary 11011000 10100111 1011011 0 10111 111010 1111 100100 111110 111100

Color Harmonies of #D8A75B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D8A75B

Black with #D8A75B

Text Example


Text Example

White with #D8A75B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D8A75B; }

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

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

background-color css

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

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

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

border-color css

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

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

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