Html Css Color HEX #D5A85B Apache

📋 copy color: '#D5A85B'

red 213 ◦ green 168 ◦ blue 91

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

Shades of Apache #D5A85B

Tints of Apache #D5A85B

RGB

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

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

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

R = 45.13%
G = 35.59%
B = 19.28%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.57

 K value IS 0.16

RGB Variations

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

Color information

#D5A85B (or 0xD5A85B) is known color: Apache. HEX triplet: D5, A8 and 5B. RGB value is (213,168,91). Sum of RGB (Red+Green+Blue) = 213+168+91=472 (62% of max value = 765). Red value is 213 (83.59% from 255 or 45.13% from 472); Green value is 168 (66.02% from 255 or 35.59% from 472); Blue value is 91 (35.94% from 255 or 19.28% from 472); Max value from RGB is 213 - color contains mainly: red. Hex color #D5A85B is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D5A85B is #2A57A4. Grayscale: #ADADAD. Windows color (decimal): -2774949 or 6006997. OLE color: 6006997.

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

Color convert

RGB 213 168 91 -
CMYK 0 0.21 0.57 0.16
HSL 37.87º 0.59% 0.6% -
HSV(B) 37.87º 0.57% 0.84% -
XYZ 43.33 42.91 15.9 -
YUV 172.68 81.91 156.76 -
System Red Green Blue C M Y K H S L
Decimal 213 168 91 0 0.21 0.57 0.16 37.87 0.59 0.6
Hex D5 A8 5B 0 15 39 10 26 3B 3C
Octal 325 250 133 0 25 71 20 46 73 74
Binary 11010101 10101000 1011011 0 10101 111001 10000 100110 111011 111100

Color Harmonies of #D5A85B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D5A85B

Black with #D5A85B

Text Example


Text Example

White with #D5A85B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D5A85B; }

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

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

background-color css

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

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

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

border-color css

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

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

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