Html Css Color HEX #D8A357 Apache

📋 copy color: '#D8A357'

red 216 ◦ green 163 ◦ blue 87

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

Shades of Apache #D8A357

Tints of Apache #D8A357

RGB

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

 GREEN value IS 163 (64.06% from 255) = 34.98%

 BLUE value IS 87 (34.38% from 255) = 18.67%

R = 46.35%
G = 34.98%
B = 18.67%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.60

 K value IS 0.15

RGB Variations

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

Color information

#D8A357 (or 0xD8A357) is known color: Apache. HEX triplet: D8, A3 and 57. RGB value is (216,163,87). Sum of RGB (Red+Green+Blue) = 216+163+87=466 (61% of max value = 765). Red value is 216 (84.77% from 255 or 46.35% from 466); Green value is 163 (64.06% from 255 or 34.98% from 466); Blue value is 87 (34.38% from 255 or 18.67% from 466); Max value from RGB is 216 - color contains mainly: red. Hex color #D8A357 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D8A357 is #275CA8. Grayscale: #AAAAAA. Windows color (decimal): -2579625 or 5743576. OLE color: 5743576.

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

Color convert

RGB 216 163 87 -
CMYK 0 0.25 0.60 0.15
HSL 35.35º 0.62% 0.59% -
HSV(B) 35.35º 0.6% 0.85% -
XYZ 43.14 41.48 14.75 -
YUV 170.18 81.06 160.68 -
System Red Green Blue C M Y K H S L
Decimal 216 163 87 0 0.25 0.60 0.15 35.35 0.62 0.59
Hex D8 A3 57 0 19 3C F 23 3E 3B
Octal 330 243 127 0 31 74 17 43 76 73
Binary 11011000 10100011 1010111 0 11001 111100 1111 100011 111110 111011

Color Harmonies of #D8A357

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D8A357

Black with #D8A357

Text Example


Text Example

White with #D8A357

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D8A357; }

 p { color: rgb(216,163,87); }

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

background-color css

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

 a { background-color: rgb(216,163,87); }

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

border-color css

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

 span { border-color: rgb(216,163,87); }

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