Html Css Color HEX #D8A559 Apache

📋 copy color: '#D8A559'

red 216 ◦ green 165 ◦ blue 89

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

Shades of Apache #D8A559

Tints of Apache #D8A559

RGB

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

 GREEN value IS 165 (64.84% from 255) = 35.11%

 BLUE value IS 89 (35.16% from 255) = 18.94%

R = 45.96%
G = 35.11%
B = 18.94%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.59

 K value IS 0.15

RGB Variations

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

Color information

#D8A559 (or 0xD8A559) is known color: Apache. HEX triplet: D8, A5 and 59. RGB value is (216,165,89). Sum of RGB (Red+Green+Blue) = 216+165+89=470 (62% of max value = 765). Red value is 216 (84.77% from 255 or 45.96% from 470); Green value is 165 (64.84% from 255 or 35.11% from 470); Blue value is 89 (35.16% from 255 or 18.94% from 470); Max value from RGB is 216 - color contains mainly: red. Hex color #D8A559 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D8A559 is #275AA6. Grayscale: #ABABAB. Windows color (decimal): -2579111 or 5875160. OLE color: 5875160.

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

Color convert

RGB 216 165 89 -
CMYK 0 0.24 0.59 0.15
HSL 35.91º 0.62% 0.6% -
HSV(B) 35.91º 0.59% 0.85% -
XYZ 43.58 42.23 15.31 -
YUV 171.59 81.4 159.68 -
System Red Green Blue C M Y K H S L
Decimal 216 165 89 0 0.24 0.59 0.15 35.91 0.62 0.6
Hex D8 A5 59 0 18 3B F 24 3E 3C
Octal 330 245 131 0 30 73 17 44 76 74
Binary 11011000 10100101 1011001 0 11000 111011 1111 100100 111110 111100

Color Harmonies of #D8A559

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D8A559

Black with #D8A559

Text Example


Text Example

White with #D8A559

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D8A559; }

 p { color: rgb(216,165,89); }

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

background-color css

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

 a { background-color: rgb(216,165,89); }

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

border-color css

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

 span { border-color: rgb(216,165,89); }

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