Html Css Color HEX #D5AD5C Apache

📋 copy color: '#D5AD5C'

red 213 ◦ green 173 ◦ blue 92

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

Shades of Apache #D5AD5C

Tints of Apache #D5AD5C

RGB

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

 GREEN value IS 173 (67.97% from 255) = 36.19%

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

R = 44.56%
G = 36.19%
B = 19.25%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.57

 K value IS 0.16

RGB Variations

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

Color information

#D5AD5C (or 0xD5AD5C) is known color: Apache. HEX triplet: D5, AD and 5C. RGB value is (213,173,92). Sum of RGB (Red+Green+Blue) = 213+173+92=478 (63% of max value = 765). Red value is 213 (83.59% from 255 or 44.56% from 478); Green value is 173 (67.97% from 255 or 36.19% from 478); Blue value is 92 (36.33% from 255 or 19.25% from 478); Max value from RGB is 213 - color contains mainly: red. Hex color #D5AD5C is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D5AD5C is #2A52A3. Grayscale: #B0B0B0. Windows color (decimal): -2773668 or 6073813. OLE color: 6073813.

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

Color convert

RGB 213 173 92 -
CMYK 0 0.19 0.57 0.16
HSL 40.17º 0.59% 0.6% -
HSV(B) 40.17º 0.57% 0.84% -
XYZ 44.32 44.81 16.44 -
YUV 175.73 80.75 154.59 -
System Red Green Blue C M Y K H S L
Decimal 213 173 92 0 0.19 0.57 0.16 40.17 0.59 0.6
Hex D5 AD 5C 0 13 39 10 28 3B 3C
Octal 325 255 134 0 23 71 20 50 73 74
Binary 11010101 10101101 1011100 0 10011 111001 10000 101000 111011 111100

Color Harmonies of #D5AD5C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D5AD5C

Black with #D5AD5C

Text Example


Text Example

White with #D5AD5C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D5AD5C; }

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

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

background-color css

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

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

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

border-color css

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

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

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