Html Css Color HEX #D4A166 Apache

📋 copy color: '#D4A166'

red 212 ◦ green 161 ◦ blue 102

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

Shades of Apache #D4A166

Tints of Apache #D4A166

RGB

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

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

 BLUE value IS 102 (40.23% from 255) = 21.47%

R = 44.63%
G = 33.89%
B = 21.47%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.52

 K value IS 0.17

RGB Variations

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

Color information

#D4A166 (or 0xD4A166) is known color: Apache. HEX triplet: D4, A1 and 66. RGB value is (212,161,102). Sum of RGB (Red+Green+Blue) = 212+161+102=475 (62% of max value = 765). Red value is 212 (83.20% from 255 or 44.63% from 475); Green value is 161 (63.28% from 255 or 33.89% from 475); Blue value is 102 (40.23% from 255 or 21.47% from 475); Max value from RGB is 212 - color contains mainly: red. Hex color #D4A166 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D4A166 is #2B5E99. Grayscale: #A9A9A9. Windows color (decimal): -2842266 or 6726100. OLE color: 6726100.

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

Color convert

RGB 212 161 102 -
CMYK 0 0.24 0.52 0.17
HSL 32.18º 0.56% 0.62% -
HSV(B) 32.18º 0.52% 0.83% -
XYZ 42.29 40.45 18.15 -
YUV 169.52 89.9 158.3 -
System Red Green Blue C M Y K H S L
Decimal 212 161 102 0 0.24 0.52 0.17 32.18 0.56 0.62
Hex D4 A1 66 0 18 34 11 20 38 3E
Octal 324 241 146 0 30 64 21 40 70 76
Binary 11010100 10100001 1100110 0 11000 110100 10001 100000 111000 111110

Color Harmonies of #D4A166

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D4A166

Black with #D4A166

Text Example


Text Example

White with #D4A166

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D4A166; }

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

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

background-color css

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

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

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

border-color css

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

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

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