Html Css Color HEX #D5A55C Apache

📋 copy color: '#D5A55C'

red 213 ◦ green 165 ◦ blue 92

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

Shades of Apache #D5A55C

Tints of Apache #D5A55C

RGB

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

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

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

R = 45.32%
G = 35.11%
B = 19.57%

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

#D5A55C (or 0xD5A55C) is known color: Apache. HEX triplet: D5, A5 and 5C. RGB value is (213,165,92). Sum of RGB (Red+Green+Blue) = 213+165+92=470 (62% of max value = 765). Red value is 213 (83.59% from 255 or 45.32% from 470); Green value is 165 (64.84% from 255 or 35.11% from 470); Blue value is 92 (36.33% from 255 or 19.57% from 470); Max value from RGB is 213 - color contains mainly: red. Hex color #D5A55C is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D5A55C is #2A5AA3. Grayscale: #ABABAB. Windows color (decimal): -2775716 or 6071765. OLE color: 6071765.

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

Color convert

RGB 213 165 92 -
CMYK 0 0.23 0.57 0.16
HSL 36.2º 0.59% 0.6% -
HSV(B) 36.2º 0.57% 0.84% -
XYZ 42.83 41.83 15.94 -
YUV 171.03 83.4 157.94 -
System Red Green Blue C M Y K H S L
Decimal 213 165 92 0 0.23 0.57 0.16 36.2 0.59 0.6
Hex D5 A5 5C 0 17 39 10 24 3B 3C
Octal 325 245 134 0 27 71 20 44 73 74
Binary 11010101 10100101 1011100 0 10111 111001 10000 100100 111011 111100

Color Harmonies of #D5A55C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D5A55C

Black with #D5A55C

Text Example


Text Example

White with #D5A55C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D5A55C; }

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

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

background-color css

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

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

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

border-color css

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

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

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