Html Css Color HEX #D5AC60 Apache

📋 copy color: '#D5AC60'

red 213 ◦ green 172 ◦ blue 96

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

Shades of Apache #D5AC60

Tints of Apache #D5AC60

RGB

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

 GREEN value IS 172 (67.58% from 255) = 35.76%

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

R = 44.28%
G = 35.76%
B = 19.96%

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

#D5AC60 (or 0xD5AC60) is known color: Apache. HEX triplet: D5, AC and 60. RGB value is (213,172,96). Sum of RGB (Red+Green+Blue) = 213+172+96=481 (63% of max value = 765). Red value is 213 (83.59% from 255 or 44.28% from 481); Green value is 172 (67.58% from 255 or 35.76% from 481); Blue value is 96 (37.89% from 255 or 19.96% from 481); Max value from RGB is 213 - color contains mainly: red. Hex color #D5AC60 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D5AC60 is #2A539F. Grayscale: #AFAFAF. Windows color (decimal): -2773920 or 6335701. OLE color: 6335701.

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

Color convert

RGB 213 172 96 -
CMYK 0 0.19 0.55 0.16
HSL 38.97º 0.58% 0.61% -
HSV(B) 38.97º 0.55% 0.84% -
XYZ 44.3 44.5 17.32 -
YUV 175.6 83.08 154.68 -
System Red Green Blue C M Y K H S L
Decimal 213 172 96 0 0.19 0.55 0.16 38.97 0.58 0.61
Hex D5 AC 60 0 13 37 10 27 3A 3D
Octal 325 254 140 0 23 67 20 47 72 75
Binary 11010101 10101100 1100000 0 10011 110111 10000 100111 111010 111101

Color Harmonies of #D5AC60

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D5AC60

Black with #D5AC60

Text Example


Text Example

White with #D5AC60

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D5AC60; }

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

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

background-color css

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

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

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

border-color css

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

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

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