Html Css Color HEX #D1AC60 Apache

📋 copy color: '#D1AC60'

red 209 ◦ green 172 ◦ blue 96

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

Shades of Apache #D1AC60

Tints of Apache #D1AC60

RGB

 RED value IS 209 (82.03% from 255) = 43.82%

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

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

R = 43.82%
G = 36.06%
B = 20.13%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.54

 K value IS 0.18

RGB Variations

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

Color information

#D1AC60 (or 0xD1AC60) is known color: Apache. HEX triplet: D1, AC and 60. RGB value is (209,172,96). Sum of RGB (Red+Green+Blue) = 209+172+96=477 (63% of max value = 765). Red value is 209 (82.03% from 255 or 43.82% from 477); Green value is 172 (67.58% from 255 or 36.06% from 477); Blue value is 96 (37.89% from 255 or 20.13% from 477); Max value from RGB is 209 - color contains mainly: red. Hex color #D1AC60 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D1AC60 is #2E539F. Grayscale: #AEAEAE. Windows color (decimal): -3036064 or 6335697. OLE color: 6335697.

HSL color Cylindrical-coordinate representation of color #D1AC60: hue angle of 40.35º degrees, saturation: 0.55, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #D1AC60 is Cyan = 0, Magento = 0.18, Yellow = 0.54 and Black (K on CMYK) = 0.18.

Color convert

RGB 209 172 96 -
CMYK 0 0.18 0.54 0.18
HSL 40.35º 0.55% 0.6% -
HSV(B) 40.35º 0.54% 0.82% -
XYZ 43.16 43.9 17.27 -
YUV 174.4 83.76 152.68 -
System Red Green Blue C M Y K H S L
Decimal 209 172 96 0 0.18 0.54 0.18 40.35 0.55 0.6
Hex D1 AC 60 0 12 36 12 28 37 3C
Octal 321 254 140 0 22 66 22 50 67 74
Binary 11010001 10101100 1100000 0 10010 110110 10010 101000 110111 111100

Color Harmonies of #D1AC60

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D1AC60

Black with #D1AC60

Text Example


Text Example

White with #D1AC60

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D1AC60; }

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

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

background-color css

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

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

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

border-color css

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

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

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