Html Css Color HEX #D1A75E Apache

📋 copy color: '#D1A75E'

red 209 ◦ green 167 ◦ blue 94

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

Shades of Apache #D1A75E

Tints of Apache #D1A75E

RGB

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

 GREEN value IS 167 (65.63% from 255) = 35.53%

 BLUE value IS 94 (37.11% from 255) = 20%

R = 44.47%
G = 35.53%
B = 20%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.55

 K value IS 0.18

RGB Variations

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

Color information

#D1A75E (or 0xD1A75E) is known color: Apache. HEX triplet: D1, A7 and 5E. RGB value is (209,167,94). Sum of RGB (Red+Green+Blue) = 209+167+94=470 (62% of max value = 765). Red value is 209 (82.03% from 255 or 44.47% from 470); Green value is 167 (65.62% from 255 or 35.53% from 470); Blue value is 94 (37.11% from 255 or 20% from 470); Max value from RGB is 209 - color contains mainly: red. Hex color #D1A75E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D1A75E is #2E58A1. Grayscale: #ABABAB. Windows color (decimal): -3037346 or 6203345. OLE color: 6203345.

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

Color convert

RGB 209 167 94 -
CMYK 0 0.20 0.55 0.18
HSL 38.09º 0.56% 0.59% -
HSV(B) 38.09º 0.55% 0.82% -
XYZ 42.13 42 16.48 -
YUV 171.24 84.41 154.94 -
System Red Green Blue C M Y K H S L
Decimal 209 167 94 0 0.20 0.55 0.18 38.09 0.56 0.59
Hex D1 A7 5E 0 14 37 12 26 38 3B
Octal 321 247 136 0 24 67 22 46 70 73
Binary 11010001 10100111 1011110 0 10100 110111 10010 100110 111000 111011

Color Harmonies of #D1A75E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D1A75E

Black with #D1A75E

Text Example


Text Example

White with #D1A75E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D1A75E; }

 p { color: rgb(209,167,94); }

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

background-color css

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

 a { background-color: rgb(209,167,94); }

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

border-color css

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

 span { border-color: rgb(209,167,94); }

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