Html Css Color HEX #D1A75A Apache

📋 copy color: '#D1A75A'

red 209 ◦ green 167 ◦ blue 90

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

Shades of Apache #D1A75A

Tints of Apache #D1A75A

RGB

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

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

 BLUE value IS 90 (35.55% from 255) = 19.31%

R = 44.85%
G = 35.84%
B = 19.31%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.57

 K value IS 0.18

RGB Variations

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

Color information

#D1A75A (or 0xD1A75A) is known color: Apache. HEX triplet: D1, A7 and 5A. RGB value is (209,167,90). Sum of RGB (Red+Green+Blue) = 209+167+90=466 (61% of max value = 765). Red value is 209 (82.03% from 255 or 44.85% from 466); Green value is 167 (65.62% from 255 or 35.84% from 466); Blue value is 90 (35.55% from 255 or 19.31% from 466); Max value from RGB is 209 - color contains mainly: red. Hex color #D1A75A is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D1A75A is #2E58A5. Grayscale: #ABABAB. Windows color (decimal): -3037350 or 5941201. OLE color: 5941201.

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

Color convert

RGB 209 167 90 -
CMYK 0 0.20 0.57 0.18
HSL 38.82º 0.56% 0.59% -
HSV(B) 38.82º 0.57% 0.82% -
XYZ 41.96 41.93 15.55 -
YUV 170.78 82.41 155.26 -
System Red Green Blue C M Y K H S L
Decimal 209 167 90 0 0.20 0.57 0.18 38.82 0.56 0.59
Hex D1 A7 5A 0 14 39 12 27 38 3B
Octal 321 247 132 0 24 71 22 47 70 73
Binary 11010001 10100111 1011010 0 10100 111001 10010 100111 111000 111011

Color Harmonies of #D1A75A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D1A75A

Black with #D1A75A

Text Example


Text Example

White with #D1A75A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D1A75A; }

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

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

background-color css

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

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

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

border-color css

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

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

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