Html Css Color HEX #D8AB5B Apache

📋 copy color: '#D8AB5B'

red 216 ◦ green 171 ◦ blue 91

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

Shades of Apache #D8AB5B

Tints of Apache #D8AB5B

RGB

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

 GREEN value IS 171 (67.19% from 255) = 35.77%

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

R = 45.19%
G = 35.77%
B = 19.04%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.58

 K value IS 0.15

RGB Variations

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

Color information

#D8AB5B (or 0xD8AB5B) is known color: Apache. HEX triplet: D8, AB and 5B. RGB value is (216,171,91). Sum of RGB (Red+Green+Blue) = 216+171+91=478 (63% of max value = 765). Red value is 216 (84.77% from 255 or 45.19% from 478); Green value is 171 (67.19% from 255 or 35.77% from 478); Blue value is 91 (35.94% from 255 or 19.04% from 478); Max value from RGB is 216 - color contains mainly: red. Hex color #D8AB5B is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D8AB5B is #2754A4. Grayscale: #AFAFAF. Windows color (decimal): -2577573 or 6007768. OLE color: 6007768.

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

Color convert

RGB 216 171 91 -
CMYK 0 0.21 0.58 0.15
HSL 38.4º 0.62% 0.6% -
HSV(B) 38.4º 0.58% 0.85% -
XYZ 44.77 44.48 16.12 -
YUV 175.34 80.41 157 -
System Red Green Blue C M Y K H S L
Decimal 216 171 91 0 0.21 0.58 0.15 38.4 0.62 0.6
Hex D8 AB 5B 0 15 3A F 26 3E 3C
Octal 330 253 133 0 25 72 17 46 76 74
Binary 11011000 10101011 1011011 0 10101 111010 1111 100110 111110 111100

Color Harmonies of #D8AB5B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D8AB5B

Black with #D8AB5B

Text Example


Text Example

White with #D8AB5B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D8AB5B; }

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

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

background-color css

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

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

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

border-color css

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

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

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