Html Css Color HEX #D5A45B Apache

📋 copy color: '#D5A45B'

red 213 ◦ green 164 ◦ blue 91

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

Shades of Apache #D5A45B

Tints of Apache #D5A45B

RGB

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

 GREEN value IS 164 (64.45% from 255) = 35.04%

 BLUE value IS 91 (35.94% from 255) = 19.44%

R = 45.51%
G = 35.04%
B = 19.44%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.57

 K value IS 0.16

RGB Variations

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

Color information

#D5A45B (or 0xD5A45B) is known color: Apache. HEX triplet: D5, A4 and 5B. RGB value is (213,164,91). Sum of RGB (Red+Green+Blue) = 213+164+91=468 (61% of max value = 765). Red value is 213 (83.59% from 255 or 45.51% from 468); Green value is 164 (64.45% from 255 or 35.04% from 468); Blue value is 91 (35.94% from 255 or 19.44% from 468); Max value from RGB is 213 - color contains mainly: red. Hex color #D5A45B is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D5A45B is #2A5BA4. Grayscale: #AAAAAA. Windows color (decimal): -2775973 or 6005973. OLE color: 6005973.

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

Color convert

RGB 213 164 91 -
CMYK 0 0.23 0.57 0.16
HSL 35.9º 0.59% 0.6% -
HSV(B) 35.9º 0.57% 0.84% -
XYZ 42.6 41.45 15.65 -
YUV 170.33 83.23 158.44 -
System Red Green Blue C M Y K H S L
Decimal 213 164 91 0 0.23 0.57 0.16 35.9 0.59 0.6
Hex D5 A4 5B 0 17 39 10 24 3B 3C
Octal 325 244 133 0 27 71 20 44 73 74
Binary 11010101 10100100 1011011 0 10111 111001 10000 100100 111011 111100

Color Harmonies of #D5A45B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D5A45B

Black with #D5A45B

Text Example


Text Example

White with #D5A45B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D5A45B; }

 p { color: rgb(213,164,91); }

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

background-color css

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

 a { background-color: rgb(213,164,91); }

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

border-color css

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

 span { border-color: rgb(213,164,91); }

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