Html Css Color HEX #D5A558 Apache

📋 copy color: '#D5A558'

red 213 ◦ green 165 ◦ blue 88

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

Shades of Apache #D5A558

Tints of Apache #D5A558

RGB

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

 GREEN value IS 165 (64.84% from 255) = 35.41%

 BLUE value IS 88 (34.77% from 255) = 18.88%

R = 45.71%
G = 35.41%
B = 18.88%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.59

 K value IS 0.16

RGB Variations

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

Color information

#D5A558 (or 0xD5A558) is known color: Apache. HEX triplet: D5, A5 and 58. RGB value is (213,165,88). Sum of RGB (Red+Green+Blue) = 213+165+88=466 (61% of max value = 765). Red value is 213 (83.59% from 255 or 45.71% from 466); Green value is 165 (64.84% from 255 or 35.41% from 466); Blue value is 88 (34.77% from 255 or 18.88% from 466); Max value from RGB is 213 - color contains mainly: red. Hex color #D5A558 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D5A558 is #2A5AA7. Grayscale: #AAAAAA. Windows color (decimal): -2775720 or 5809621. OLE color: 5809621.

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

Color convert

RGB 213 165 88 -
CMYK 0 0.23 0.59 0.16
HSL 36.96º 0.6% 0.59% -
HSV(B) 36.96º 0.59% 0.84% -
XYZ 42.66 41.76 15.04 -
YUV 170.57 81.4 158.26 -
System Red Green Blue C M Y K H S L
Decimal 213 165 88 0 0.23 0.59 0.16 36.96 0.6 0.59
Hex D5 A5 58 0 17 3B 10 25 3C 3B
Octal 325 245 130 0 27 73 20 45 74 73
Binary 11010101 10100101 1011000 0 10111 111011 10000 100101 111100 111011

Color Harmonies of #D5A558

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D5A558

Black with #D5A558

Text Example


Text Example

White with #D5A558

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D5A558; }

 p { color: rgb(213,165,88); }

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

background-color css

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

 a { background-color: rgb(213,165,88); }

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

border-color css

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

 span { border-color: rgb(213,165,88); }

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