Html Css Color HEX #D8AC5B Apache

📋 copy color: '#D8AC5B'

red 216 ◦ green 172 ◦ blue 91

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

Shades of Apache #D8AC5B

Tints of Apache #D8AC5B

RGB

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

 GREEN value IS 172 (67.58% from 255) = 35.91%

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

R = 45.09%
G = 35.91%
B = 19%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.58

 K value IS 0.15

RGB Variations

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

Color information

#D8AC5B (or 0xD8AC5B) is known color: Apache. HEX triplet: D8, AC and 5B. RGB value is (216,172,91). Sum of RGB (Red+Green+Blue) = 216+172+91=479 (63% of max value = 765). Red value is 216 (84.77% from 255 or 45.09% from 479); Green value is 172 (67.58% from 255 or 35.91% from 479); Blue value is 91 (35.94% from 255 or 19.00% from 479); Max value from RGB is 216 - color contains mainly: red. Hex color #D8AC5B is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D8AC5B is #2753A4. Grayscale: #B0B0B0. Windows color (decimal): -2577317 or 6008024. OLE color: 6008024.

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

Color convert

RGB 216 172 91 -
CMYK 0 0.20 0.58 0.15
HSL 38.88º 0.62% 0.6% -
HSV(B) 38.88º 0.58% 0.85% -
XYZ 44.96 44.86 16.19 -
YUV 175.92 80.08 156.59 -
System Red Green Blue C M Y K H S L
Decimal 216 172 91 0 0.20 0.58 0.15 38.88 0.62 0.6
Hex D8 AC 5B 0 14 3A F 27 3E 3C
Octal 330 254 133 0 24 72 17 47 76 74
Binary 11011000 10101100 1011011 0 10100 111010 1111 100111 111110 111100

Color Harmonies of #D8AC5B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D8AC5B

Black with #D8AC5B

Text Example


Text Example

White with #D8AC5B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D8AC5B; }

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

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

background-color css

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

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

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

border-color css

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

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

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