Html Css Color HEX #D8A85F Apache

📋 copy color: '#D8A85F'

red 216 ◦ green 168 ◦ blue 95

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

Shades of Apache #D8A85F

Tints of Apache #D8A85F

RGB

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

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

 BLUE value IS 95 (37.5% from 255) = 19.83%

R = 45.09%
G = 35.07%
B = 19.83%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.56

 K value IS 0.15

RGB Variations

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

Color information

#D8A85F (or 0xD8A85F) is known color: Apache. HEX triplet: D8, A8 and 5F. RGB value is (216,168,95). Sum of RGB (Red+Green+Blue) = 216+168+95=479 (63% of max value = 765). Red value is 216 (84.77% from 255 or 45.09% from 479); Green value is 168 (66.02% from 255 or 35.07% from 479); Blue value is 95 (37.5% from 255 or 19.83% from 479); Max value from RGB is 216 - color contains mainly: red. Hex color #D8A85F is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D8A85F is #2757A0. Grayscale: #AEAEAE. Windows color (decimal): -2578337 or 6269144. OLE color: 6269144.

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

Color convert

RGB 216 168 95 -
CMYK 0 0.22 0.56 0.15
HSL 36.2º 0.61% 0.61% -
HSV(B) 36.2º 0.56% 0.85% -
XYZ 44.39 43.43 16.87 -
YUV 174.03 83.4 157.94 -
System Red Green Blue C M Y K H S L
Decimal 216 168 95 0 0.22 0.56 0.15 36.2 0.61 0.61
Hex D8 A8 5F 0 16 38 F 24 3D 3D
Octal 330 250 137 0 26 70 17 44 75 75
Binary 11011000 10101000 1011111 0 10110 111000 1111 100100 111101 111101

Color Harmonies of #D8A85F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D8A85F

Black with #D8A85F

Text Example


Text Example

White with #D8A85F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D8A85F; }

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

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

background-color css

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

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

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

border-color css

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

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

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