Html Css Color HEX #D5AD56 Apache

📋 copy color: '#D5AD56'

red 213 ◦ green 173 ◦ blue 86

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

Shades of Apache #D5AD56

Tints of Apache #D5AD56

RGB

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

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

 BLUE value IS 86 (33.98% from 255) = 18.22%

R = 45.13%
G = 36.65%
B = 18.22%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.60

 K value IS 0.16

RGB Variations

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

Color information

#D5AD56 (or 0xD5AD56) is known color: Apache. HEX triplet: D5, AD and 56. RGB value is (213,173,86). Sum of RGB (Red+Green+Blue) = 213+173+86=472 (62% of max value = 765). Red value is 213 (83.59% from 255 or 45.13% from 472); Green value is 173 (67.97% from 255 or 36.65% from 472); Blue value is 86 (33.98% from 255 or 18.22% from 472); Max value from RGB is 213 - color contains mainly: red. Hex color #D5AD56 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D5AD56 is #2A52A9. Grayscale: #AFAFAF. Windows color (decimal): -2773674 or 5680597. OLE color: 5680597.

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

Color convert

RGB 213 173 86 -
CMYK 0 0.19 0.60 0.16
HSL 41.1º 0.6% 0.59% -
HSV(B) 41.1º 0.6% 0.84% -
XYZ 44.06 44.71 15.11 -
YUV 175.04 77.75 155.07 -
System Red Green Blue C M Y K H S L
Decimal 213 173 86 0 0.19 0.60 0.16 41.1 0.6 0.59
Hex D5 AD 56 0 13 3C 10 29 3C 3B
Octal 325 255 126 0 23 74 20 51 74 73
Binary 11010101 10101101 1010110 0 10011 111100 10000 101001 111100 111011

Color Harmonies of #D5AD56

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D5AD56

Black with #D5AD56

Text Example


Text Example

White with #D5AD56

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D5AD56; }

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

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

background-color css

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

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

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

border-color css

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

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

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