Html Css Color HEX #D1AE65 Apache

📋 copy color: '#D1AE65'

red 209 ◦ green 174 ◦ blue 101

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

Shades of Apache #D1AE65

Tints of Apache #D1AE65

RGB

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

 GREEN value IS 174 (68.36% from 255) = 35.95%

 BLUE value IS 101 (39.84% from 255) = 20.87%

R = 43.18%
G = 35.95%
B = 20.87%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.52

 K value IS 0.18

RGB Variations

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

Color information

#D1AE65 (or 0xD1AE65) is known color: Apache. HEX triplet: D1, AE and 65. RGB value is (209,174,101). Sum of RGB (Red+Green+Blue) = 209+174+101=484 (64% of max value = 765). Red value is 209 (82.03% from 255 or 43.18% from 484); Green value is 174 (68.36% from 255 or 35.95% from 484); Blue value is 101 (39.84% from 255 or 20.87% from 484); Max value from RGB is 209 - color contains mainly: red. Hex color #D1AE65 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D1AE65 is #2E519A. Grayscale: #B0B0B0. Windows color (decimal): -3035547 or 6663889. OLE color: 6663889.

HSL color Cylindrical-coordinate representation of color #D1AE65: hue angle of 40.56º 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 #D1AE65 is Cyan = 0, Magento = 0.17, Yellow = 0.52 and Black (K on CMYK) = 0.18.

Color convert

RGB 209 174 101 -
CMYK 0 0.17 0.52 0.18
HSL 40.56º 0.54% 0.61% -
HSV(B) 40.56º 0.52% 0.82% -
XYZ 43.78 44.77 18.65 -
YUV 176.14 85.6 151.44 -
System Red Green Blue C M Y K H S L
Decimal 209 174 101 0 0.17 0.52 0.18 40.56 0.54 0.61
Hex D1 AE 65 0 11 34 12 29 36 3D
Octal 321 256 145 0 21 64 22 51 66 75
Binary 11010001 10101110 1100101 0 10001 110100 10010 101001 110110 111101

Color Harmonies of #D1AE65

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D1AE65

Black with #D1AE65

Text Example


Text Example

White with #D1AE65

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D1AE65; }

 p { color: rgb(209,174,101); }

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

background-color css

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

 a { background-color: rgb(209,174,101); }

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

border-color css

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

 span { border-color: rgb(209,174,101); }

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