Html Css Color HEX #D1AC64 Apache

📋 copy color: '#D1AC64'

red 209 ◦ green 172 ◦ blue 100

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

Shades of Apache #D1AC64

Tints of Apache #D1AC64

RGB

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

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

 BLUE value IS 100 (39.45% from 255) = 20.79%

R = 43.45%
G = 35.76%
B = 20.79%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.52

 K value IS 0.18

RGB Variations

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

Color information

#D1AC64 (or 0xD1AC64) is known color: Apache. HEX triplet: D1, AC and 64. RGB value is (209,172,100). Sum of RGB (Red+Green+Blue) = 209+172+100=481 (63% of max value = 765). Red value is 209 (82.03% from 255 or 43.45% from 481); Green value is 172 (67.58% from 255 or 35.76% from 481); Blue value is 100 (39.45% from 255 or 20.79% from 481); Max value from RGB is 209 - color contains mainly: red. Hex color #D1AC64 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D1AC64 is #2E539B. Grayscale: #AFAFAF. Windows color (decimal): -3036060 or 6597841. OLE color: 6597841.

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

Color convert

RGB 209 172 100 -
CMYK 0 0.18 0.52 0.18
HSL 39.63º 0.54% 0.61% -
HSV(B) 39.63º 0.52% 0.82% -
XYZ 43.35 43.98 18.26 -
YUV 174.86 85.76 152.35 -
System Red Green Blue C M Y K H S L
Decimal 209 172 100 0 0.18 0.52 0.18 39.63 0.54 0.61
Hex D1 AC 64 0 12 34 12 28 36 3D
Octal 321 254 144 0 22 64 22 50 66 75
Binary 11010001 10101100 1100100 0 10010 110100 10010 101000 110110 111101

Color Harmonies of #D1AC64

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D1AC64

Black with #D1AC64

Text Example


Text Example

White with #D1AC64

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D1AC64; }

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

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

background-color css

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

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

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

border-color css

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

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

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