Html Css Color HEX #D1AC57 Apache

📋 copy color: '#D1AC57'

red 209 ◦ green 172 ◦ blue 87

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

Shades of Apache #D1AC57

Tints of Apache #D1AC57

RGB

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

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

 BLUE value IS 87 (34.38% from 255) = 18.59%

R = 44.66%
G = 36.75%
B = 18.59%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.58

 K value IS 0.18

RGB Variations

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

Color information

#D1AC57 (or 0xD1AC57) is known color: Apache. HEX triplet: D1, AC and 57. RGB value is (209,172,87). Sum of RGB (Red+Green+Blue) = 209+172+87=468 (61% of max value = 765). Red value is 209 (82.03% from 255 or 44.66% from 468); Green value is 172 (67.58% from 255 or 36.75% from 468); Blue value is 87 (34.38% from 255 or 18.59% from 468); Max value from RGB is 209 - color contains mainly: red. Hex color #D1AC57 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D1AC57 is #2E53A8. Grayscale: #ADADAD. Windows color (decimal): -3036073 or 5745873. OLE color: 5745873.

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

Color convert

RGB 209 172 87 -
CMYK 0 0.18 0.58 0.18
HSL 41.8º 0.57% 0.58% -
HSV(B) 41.8º 0.58% 0.82% -
XYZ 42.77 43.75 15.21 -
YUV 173.37 79.26 153.41 -
System Red Green Blue C M Y K H S L
Decimal 209 172 87 0 0.18 0.58 0.18 41.8 0.57 0.58
Hex D1 AC 57 0 12 3A 12 2A 39 3A
Octal 321 254 127 0 22 72 22 52 71 72
Binary 11010001 10101100 1010111 0 10010 111010 10010 101010 111001 111010

Color Harmonies of #D1AC57

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D1AC57

Black with #D1AC57

Text Example


Text Example

White with #D1AC57

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D1AC57; }

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

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

background-color css

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

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

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

border-color css

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

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

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