Html Css Color HEX #D5AE56 Apache

📋 copy color: '#D5AE56'

red 213 ◦ green 174 ◦ blue 86

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

Shades of Apache #D5AE56

Tints of Apache #D5AE56

RGB

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

 GREEN value IS 174 (68.36% from 255) = 36.79%

 BLUE value IS 86 (33.98% from 255) = 18.18%

R = 45.03%
G = 36.79%
B = 18.18%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.60

 K value IS 0.16

RGB Variations

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

Color information

#D5AE56 (or 0xD5AE56) is known color: Apache. HEX triplet: D5, AE and 56. RGB value is (213,174,86). Sum of RGB (Red+Green+Blue) = 213+174+86=473 (62% of max value = 765). Red value is 213 (83.59% from 255 or 45.03% from 473); Green value is 174 (68.36% from 255 or 36.79% from 473); Blue value is 86 (33.98% from 255 or 18.18% from 473); Max value from RGB is 213 - color contains mainly: red. Hex color #D5AE56 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D5AE56 is #2A51A9. Grayscale: #B0B0B0. Windows color (decimal): -2773418 or 5680853. OLE color: 5680853.

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

Color convert

RGB 213 174 86 -
CMYK 0 0.18 0.60 0.16
HSL 41.57º 0.6% 0.59% -
HSV(B) 41.57º 0.6% 0.84% -
XYZ 44.26 45.09 15.17 -
YUV 175.63 77.42 154.66 -
System Red Green Blue C M Y K H S L
Decimal 213 174 86 0 0.18 0.60 0.16 41.57 0.6 0.59
Hex D5 AE 56 0 12 3C 10 2A 3C 3B
Octal 325 256 126 0 22 74 20 52 74 73
Binary 11010101 10101110 1010110 0 10010 111100 10000 101010 111100 111011

Color Harmonies of #D5AE56

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D5AE56

Black with #D5AE56

Text Example


Text Example

White with #D5AE56

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D5AE56; }

 p { color: rgb(213,174,86); }

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

background-color css

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

 a { background-color: rgb(213,174,86); }

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

border-color css

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

 span { border-color: rgb(213,174,86); }

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