Html Css Color HEX #D5A75C Apache

📋 copy color: '#D5A75C'

red 213 ◦ green 167 ◦ blue 92

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

Shades of Apache #D5A75C

Tints of Apache #D5A75C

RGB

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

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

 BLUE value IS 92 (36.33% from 255) = 19.49%

R = 45.13%
G = 35.38%
B = 19.49%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.57

 K value IS 0.16

RGB Variations

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

Color information

#D5A75C (or 0xD5A75C) is known color: Apache. HEX triplet: D5, A7 and 5C. RGB value is (213,167,92). Sum of RGB (Red+Green+Blue) = 213+167+92=472 (62% of max value = 765). Red value is 213 (83.59% from 255 or 45.13% from 472); Green value is 167 (65.62% from 255 or 35.38% from 472); Blue value is 92 (36.33% from 255 or 19.49% from 472); Max value from RGB is 213 - color contains mainly: red. Hex color #D5A75C is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D5A75C is #2A58A3. Grayscale: #ACACAC. Windows color (decimal): -2775204 or 6072277. OLE color: 6072277.

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

Color convert

RGB 213 167 92 -
CMYK 0 0.22 0.57 0.16
HSL 37.19º 0.59% 0.6% -
HSV(B) 37.19º 0.57% 0.84% -
XYZ 43.19 42.56 16.06 -
YUV 172.2 82.74 157.1 -
System Red Green Blue C M Y K H S L
Decimal 213 167 92 0 0.22 0.57 0.16 37.19 0.59 0.6
Hex D5 A7 5C 0 16 39 10 25 3B 3C
Octal 325 247 134 0 26 71 20 45 73 74
Binary 11010101 10100111 1011100 0 10110 111001 10000 100101 111011 111100

Color Harmonies of #D5A75C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D5A75C

Black with #D5A75C

Text Example


Text Example

White with #D5A75C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D5A75C; }

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

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

background-color css

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

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

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

border-color css

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

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

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