Html Css Color HEX #D5AD5F Apache

📋 copy color: '#D5AD5F'

red 213 ◦ green 173 ◦ blue 95

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

Shades of Apache #D5AD5F

Tints of Apache #D5AD5F

RGB

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

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

 BLUE value IS 95 (37.5% from 255) = 19.75%

R = 44.28%
G = 35.97%
B = 19.75%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.55

 K value IS 0.16

RGB Variations

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

Color information

#D5AD5F (or 0xD5AD5F) is known color: Apache. HEX triplet: D5, AD and 5F. RGB value is (213,173,95). Sum of RGB (Red+Green+Blue) = 213+173+95=481 (63% of max value = 765). Red value is 213 (83.59% from 255 or 44.28% from 481); Green value is 173 (67.97% from 255 or 35.97% from 481); Blue value is 95 (37.5% from 255 or 19.75% from 481); Max value from RGB is 213 - color contains mainly: red. Hex color #D5AD5F is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D5AD5F is #2A52A0. Grayscale: #B0B0B0. Windows color (decimal): -2773665 or 6270421. OLE color: 6270421.

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

Color convert

RGB 213 173 95 -
CMYK 0 0.19 0.55 0.16
HSL 39.66º 0.58% 0.6% -
HSV(B) 39.66º 0.55% 0.84% -
XYZ 44.45 44.86 17.14 -
YUV 176.07 82.25 154.34 -
System Red Green Blue C M Y K H S L
Decimal 213 173 95 0 0.19 0.55 0.16 39.66 0.58 0.6
Hex D5 AD 5F 0 13 37 10 28 3A 3C
Octal 325 255 137 0 23 67 20 50 72 74
Binary 11010101 10101101 1011111 0 10011 110111 10000 101000 111010 111100

Color Harmonies of #D5AD5F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D5AD5F

Black with #D5AD5F

Text Example


Text Example

White with #D5AD5F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D5AD5F; }

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

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

background-color css

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

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

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

border-color css

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

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

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