Html Css Color HEX #D5AD60 Apache

📋 copy color: '#D5AD60'

red 213 ◦ green 173 ◦ blue 96

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

Shades of Apache #D5AD60

Tints of Apache #D5AD60

RGB

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

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

 BLUE value IS 96 (37.89% from 255) = 19.92%

R = 44.19%
G = 35.89%
B = 19.92%

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

#D5AD60 (or 0xD5AD60) is known color: Apache. HEX triplet: D5, AD and 60. RGB value is (213,173,96). Sum of RGB (Red+Green+Blue) = 213+173+96=482 (63% of max value = 765). Red value is 213 (83.59% from 255 or 44.19% from 482); Green value is 173 (67.97% from 255 or 35.89% from 482); Blue value is 96 (37.89% from 255 or 19.92% from 482); Max value from RGB is 213 - color contains mainly: red. Hex color #D5AD60 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D5AD60 is #2A529F. Grayscale: #B0B0B0. Windows color (decimal): -2773664 or 6335957. OLE color: 6335957.

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

Color convert

RGB 213 173 96 -
CMYK 0 0.19 0.55 0.16
HSL 39.49º 0.58% 0.61% -
HSV(B) 39.49º 0.55% 0.84% -
XYZ 44.5 44.88 17.38 -
YUV 176.18 82.75 154.26 -
System Red Green Blue C M Y K H S L
Decimal 213 173 96 0 0.19 0.55 0.16 39.49 0.58 0.61
Hex D5 AD 60 0 13 37 10 27 3A 3D
Octal 325 255 140 0 23 67 20 47 72 75
Binary 11010101 10101101 1100000 0 10011 110111 10000 100111 111010 111101

Color Harmonies of #D5AD60

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D5AD60

Black with #D5AD60

Text Example


Text Example

White with #D5AD60

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D5AD60; }

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

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

background-color css

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

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

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

border-color css

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

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

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