Html Css Color HEX #D4A163 Apache

📋 copy color: '#D4A163'

red 212 ◦ green 161 ◦ blue 99

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

Shades of Apache #D4A163

Tints of Apache #D4A163

RGB

 RED value IS 212 (83.2% from 255) = 44.92%

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

 BLUE value IS 99 (39.06% from 255) = 20.97%

R = 44.92%
G = 34.11%
B = 20.97%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.53

 K value IS 0.17

RGB Variations

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

Color information

#D4A163 (or 0xD4A163) is known color: Apache. HEX triplet: D4, A1 and 63. RGB value is (212,161,99). Sum of RGB (Red+Green+Blue) = 212+161+99=472 (62% of max value = 765). Red value is 212 (83.20% from 255 or 44.92% from 472); Green value is 161 (63.28% from 255 or 34.11% from 472); Blue value is 99 (39.06% from 255 or 20.97% from 472); Max value from RGB is 212 - color contains mainly: red. Hex color #D4A163 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D4A163 is #2B5E9C. Grayscale: #A9A9A9. Windows color (decimal): -2842269 or 6529492. OLE color: 6529492.

HSL color Cylindrical-coordinate representation of color #D4A163: hue angle of 32.92º degrees, saturation: 0.57, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #D4A163 is Cyan = 0, Magento = 0.24, Yellow = 0.53 and Black (K on CMYK) = 0.17.

Color convert

RGB 212 161 99 -
CMYK 0 0.24 0.53 0.17
HSL 32.92º 0.57% 0.61% -
HSV(B) 32.92º 0.53% 0.83% -
XYZ 42.15 40.39 17.38 -
YUV 169.18 88.4 158.54 -
System Red Green Blue C M Y K H S L
Decimal 212 161 99 0 0.24 0.53 0.17 32.92 0.57 0.61
Hex D4 A1 63 0 18 35 11 21 39 3D
Octal 324 241 143 0 30 65 21 41 71 75
Binary 11010100 10100001 1100011 0 11000 110101 10001 100001 111001 111101

Color Harmonies of #D4A163

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D4A163

Black with #D4A163

Text Example


Text Example

White with #D4A163

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D4A163; }

 p { color: rgb(212,161,99); }

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

background-color css

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

 a { background-color: rgb(212,161,99); }

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

border-color css

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

 span { border-color: rgb(212,161,99); }

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