Html Css Color HEX #D8A85D Apache

📋 copy color: '#D8A85D'

red 216 ◦ green 168 ◦ blue 93

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

Shades of Apache #D8A85D

Tints of Apache #D8A85D

RGB

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

 GREEN value IS 168 (66.02% from 255) = 35.22%

 BLUE value IS 93 (36.72% from 255) = 19.5%

R = 45.28%
G = 35.22%
B = 19.5%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.57

 K value IS 0.15

RGB Variations

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

Color information

#D8A85D (or 0xD8A85D) is known color: Apache. HEX triplet: D8, A8 and 5D. RGB value is (216,168,93). Sum of RGB (Red+Green+Blue) = 216+168+93=477 (63% of max value = 765). Red value is 216 (84.77% from 255 or 45.28% from 477); Green value is 168 (66.02% from 255 or 35.22% from 477); Blue value is 93 (36.72% from 255 or 19.50% from 477); Max value from RGB is 216 - color contains mainly: red. Hex color #D8A85D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D8A85D is #2757A2. Grayscale: #AEAEAE. Windows color (decimal): -2578339 or 6138072. OLE color: 6138072.

HSL color Cylindrical-coordinate representation of color #D8A85D: hue angle of 36.59º degrees, saturation: 0.61, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #D8A85D is Cyan = 0, Magento = 0.22, Yellow = 0.57 and Black (K on CMYK) = 0.15.

Color convert

RGB 216 168 93 -
CMYK 0 0.22 0.57 0.15
HSL 36.59º 0.61% 0.61% -
HSV(B) 36.59º 0.57% 0.85% -
XYZ 44.3 43.39 16.4 -
YUV 173.8 82.4 158.1 -
System Red Green Blue C M Y K H S L
Decimal 216 168 93 0 0.22 0.57 0.15 36.59 0.61 0.61
Hex D8 A8 5D 0 16 39 F 25 3D 3D
Octal 330 250 135 0 26 71 17 45 75 75
Binary 11011000 10101000 1011101 0 10110 111001 1111 100101 111101 111101

Color Harmonies of #D8A85D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D8A85D

Black with #D8A85D

Text Example


Text Example

White with #D8A85D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D8A85D; }

 p { color: rgb(216,168,93); }

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

background-color css

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

 a { background-color: rgb(216,168,93); }

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

border-color css

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

 span { border-color: rgb(216,168,93); }

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