Html Css Color HEX #D8AB5A Apache

📋 copy color: '#D8AB5A'

red 216 ◦ green 171 ◦ blue 90

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

Shades of Apache #D8AB5A

Tints of Apache #D8AB5A

RGB

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

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

 BLUE value IS 90 (35.55% from 255) = 18.87%

R = 45.28%
G = 35.85%
B = 18.87%

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

#D8AB5A (or 0xD8AB5A) is known color: Apache. HEX triplet: D8, AB and 5A. RGB value is (216,171,90). Sum of RGB (Red+Green+Blue) = 216+171+90=477 (63% of max value = 765). Red value is 216 (84.77% from 255 or 45.28% from 477); Green value is 171 (67.19% from 255 or 35.85% from 477); Blue value is 90 (35.55% from 255 or 18.87% from 477); Max value from RGB is 216 - color contains mainly: red. Hex color #D8AB5A is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D8AB5A is #2754A5. Grayscale: #AFAFAF. Windows color (decimal): -2577574 or 5942232. OLE color: 5942232.

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

Color convert

RGB 216 171 90 -
CMYK 0 0.21 0.58 0.15
HSL 38.57º 0.62% 0.6% -
HSV(B) 38.57º 0.58% 0.85% -
XYZ 44.73 44.46 15.9 -
YUV 175.22 79.91 157.09 -
System Red Green Blue C M Y K H S L
Decimal 216 171 90 0 0.21 0.58 0.15 38.57 0.62 0.6
Hex D8 AB 5A 0 15 3A F 27 3E 3C
Octal 330 253 132 0 25 72 17 47 76 74
Binary 11011000 10101011 1011010 0 10101 111010 1111 100111 111110 111100

Color Harmonies of #D8AB5A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D8AB5A

Black with #D8AB5A

Text Example


Text Example

White with #D8AB5A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D8AB5A; }

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

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

background-color css

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

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

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

border-color css

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

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

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