Html Css Color HEX #D8A359 Apache

📋 copy color: '#D8A359'

red 216 ◦ green 163 ◦ blue 89

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

Shades of Apache #D8A359

Tints of Apache #D8A359

RGB

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

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

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

R = 46.15%
G = 34.83%
B = 19.02%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.59

 K value IS 0.15

RGB Variations

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

Color information

#D8A359 (or 0xD8A359) is known color: Apache. HEX triplet: D8, A3 and 59. RGB value is (216,163,89). Sum of RGB (Red+Green+Blue) = 216+163+89=468 (61% of max value = 765). Red value is 216 (84.77% from 255 or 46.15% from 468); Green value is 163 (64.06% from 255 or 34.83% from 468); Blue value is 89 (35.16% from 255 or 19.02% from 468); Max value from RGB is 216 - color contains mainly: red. Hex color #D8A359 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D8A359 is #275CA6. Grayscale: #AAAAAA. Windows color (decimal): -2579623 or 5874648. OLE color: 5874648.

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

Color convert

RGB 216 163 89 -
CMYK 0 0.25 0.59 0.15
HSL 34.96º 0.62% 0.6% -
HSV(B) 34.96º 0.59% 0.85% -
XYZ 43.22 41.51 15.19 -
YUV 170.41 82.06 160.52 -
System Red Green Blue C M Y K H S L
Decimal 216 163 89 0 0.25 0.59 0.15 34.96 0.62 0.6
Hex D8 A3 59 0 19 3B F 23 3E 3C
Octal 330 243 131 0 31 73 17 43 76 74
Binary 11011000 10100011 1011001 0 11001 111011 1111 100011 111110 111100

Color Harmonies of #D8A359

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D8A359

Black with #D8A359

Text Example


Text Example

White with #D8A359

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D8A359; }

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

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

background-color css

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

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

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

border-color css

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

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

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