Html Css Color HEX #D5A75F Apache

📋 copy color: '#D5A75F'

red 213 ◦ green 167 ◦ blue 95

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

Shades of Apache #D5A75F

Tints of Apache #D5A75F

RGB

 RED value IS 213 (83.59% from 255) = 44.84%

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

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

R = 44.84%
G = 35.16%
B = 20%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.55

 K value IS 0.16

RGB Variations

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

Color information

#D5A75F (or 0xD5A75F) is known color: Apache. HEX triplet: D5, A7 and 5F. RGB value is (213,167,95). Sum of RGB (Red+Green+Blue) = 213+167+95=475 (62% of max value = 765). Red value is 213 (83.59% from 255 or 44.84% from 475); Green value is 167 (65.62% from 255 or 35.16% from 475); Blue value is 95 (37.5% from 255 or 20% from 475); Max value from RGB is 213 - color contains mainly: red. Hex color #D5A75F is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D5A75F is #2A58A0. Grayscale: #ACACAC. Windows color (decimal): -2775201 or 6268885. OLE color: 6268885.

HSL color Cylindrical-coordinate representation of color #D5A75F: hue angle of 36.61º degrees, saturation: 0.58, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #D5A75F is Cyan = 0, Magento = 0.22, Yellow = 0.55 and Black (K on CMYK) = 0.16.

Color convert

RGB 213 167 95 -
CMYK 0 0.22 0.55 0.16
HSL 36.61º 0.58% 0.6% -
HSV(B) 36.61º 0.55% 0.84% -
XYZ 43.32 42.61 16.77 -
YUV 172.55 84.24 156.85 -
System Red Green Blue C M Y K H S L
Decimal 213 167 95 0 0.22 0.55 0.16 36.61 0.58 0.6
Hex D5 A7 5F 0 16 37 10 25 3A 3C
Octal 325 247 137 0 26 67 20 45 72 74
Binary 11010101 10100111 1011111 0 10110 110111 10000 100101 111010 111100

Color Harmonies of #D5A75F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D5A75F

Black with #D5A75F

Text Example


Text Example

White with #D5A75F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D5A75F; }

 p { color: rgb(213,167,95); }

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

background-color css

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

 a { background-color: rgb(213,167,95); }

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

border-color css

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

 span { border-color: rgb(213,167,95); }

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