Html Css Color HEX #D8A75D Apache

📋 copy color: '#D8A75D'

red 216 ◦ green 167 ◦ blue 93

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

Shades of Apache #D8A75D

Tints of Apache #D8A75D

RGB

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

 GREEN value IS 167 (65.63% from 255) = 35.08%

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

R = 45.38%
G = 35.08%
B = 19.54%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.57

 K value IS 0.15

RGB Variations

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

Color information

#D8A75D (or 0xD8A75D) is known color: Apache. HEX triplet: D8, A7 and 5D. RGB value is (216,167,93). Sum of RGB (Red+Green+Blue) = 216+167+93=476 (63% of max value = 765). Red value is 216 (84.77% from 255 or 45.38% from 476); Green value is 167 (65.62% from 255 or 35.08% from 476); Blue value is 93 (36.72% from 255 or 19.54% from 476); Max value from RGB is 216 - color contains mainly: red. Hex color #D8A75D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D8A75D is #2758A2. Grayscale: #ADADAD. Windows color (decimal): -2578595 or 6137816. OLE color: 6137816.

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

Color convert

RGB 216 167 93 -
CMYK 0 0.23 0.57 0.15
HSL 36.1º 0.61% 0.61% -
HSV(B) 36.1º 0.57% 0.85% -
XYZ 44.11 43.03 16.34 -
YUV 173.22 82.73 158.52 -
System Red Green Blue C M Y K H S L
Decimal 216 167 93 0 0.23 0.57 0.15 36.1 0.61 0.61
Hex D8 A7 5D 0 17 39 F 24 3D 3D
Octal 330 247 135 0 27 71 17 44 75 75
Binary 11011000 10100111 1011101 0 10111 111001 1111 100100 111101 111101

Color Harmonies of #D8A75D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D8A75D

Black with #D8A75D

Text Example


Text Example

White with #D8A75D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D8A75D; }

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

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

background-color css

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

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

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

border-color css

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

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

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