Html Css Color HEX #D1A14B Apache

📋 copy color: '#D1A14B'

red 209 ◦ green 161 ◦ blue 75

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

Shades of Apache #D1A14B

Tints of Apache #D1A14B

RGB

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

 GREEN value IS 161 (63.28% from 255) = 36.18%

 BLUE value IS 75 (29.69% from 255) = 16.85%

R = 46.97%
G = 36.18%
B = 16.85%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.64

 K value IS 0.18

RGB Variations

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

Color information

#D1A14B (or 0xD1A14B) is known color: Apache. HEX triplet: D1, A1 and 4B. RGB value is (209,161,75). Sum of RGB (Red+Green+Blue) = 209+161+75=445 (58% of max value = 765). Red value is 209 (82.03% from 255 or 46.97% from 445); Green value is 161 (63.28% from 255 or 36.18% from 445); Blue value is 75 (29.69% from 255 or 16.85% from 445); Max value from RGB is 209 - color contains mainly: red. Hex color #D1A14B is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D1A14B is #2E5EB4. Grayscale: #A5A5A5. Windows color (decimal): -3038901 or 4956625. OLE color: 4956625.

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

Color convert

RGB 209 161 75 -
CMYK 0 0.23 0.64 0.18
HSL 38.51º 0.59% 0.56% -
HSV(B) 38.51º 0.64% 0.82% -
XYZ 40.31 39.55 12.17 -
YUV 165.55 76.9 158.99 -
System Red Green Blue C M Y K H S L
Decimal 209 161 75 0 0.23 0.64 0.18 38.51 0.59 0.56
Hex D1 A1 4B 0 17 40 12 27 3B 38
Octal 321 241 113 0 27 100 22 47 73 70
Binary 11010001 10100001 1001011 0 10111 1000000 10010 100111 111011 111000

Color Harmonies of #D1A14B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D1A14B

Black with #D1A14B

Text Example


Text Example

White with #D1A14B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D1A14B; }

 p { color: rgb(209,161,75); }

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

background-color css

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

 a { background-color: rgb(209,161,75); }

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

border-color css

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

 span { border-color: rgb(209,161,75); }

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