Html Css Color HEX #D4A966 Apache

📋 copy color: '#D4A966'

red 212 ◦ green 169 ◦ blue 102

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

Shades of Apache #D4A966

Tints of Apache #D4A966

RGB

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

 GREEN value IS 169 (66.41% from 255) = 34.99%

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

R = 43.89%
G = 34.99%
B = 21.12%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.52

 K value IS 0.17

RGB Variations

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

Color information

#D4A966 (or 0xD4A966) is known color: Apache. HEX triplet: D4, A9 and 66. RGB value is (212,169,102). Sum of RGB (Red+Green+Blue) = 212+169+102=483 (63% of max value = 765). Red value is 212 (83.20% from 255 or 43.89% from 483); Green value is 169 (66.41% from 255 or 34.99% from 483); Blue value is 102 (40.23% from 255 or 21.12% from 483); Max value from RGB is 212 - color contains mainly: red. Hex color #D4A966 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D4A966 is #2B5699. Grayscale: #AEAEAE. Windows color (decimal): -2840218 or 6728148. OLE color: 6728148.

HSL color Cylindrical-coordinate representation of color #D4A966: hue angle of 36.55º 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 #D4A966 is Cyan = 0, Magento = 0.20, Yellow = 0.52 and Black (K on CMYK) = 0.17.

Color convert

RGB 212 169 102 -
CMYK 0 0.20 0.52 0.17
HSL 36.55º 0.56% 0.62% -
HSV(B) 36.55º 0.52% 0.83% -
XYZ 43.74 43.33 18.63 -
YUV 174.22 87.25 154.95 -
System Red Green Blue C M Y K H S L
Decimal 212 169 102 0 0.20 0.52 0.17 36.55 0.56 0.62
Hex D4 A9 66 0 14 34 11 25 38 3E
Octal 324 251 146 0 24 64 21 45 70 76
Binary 11010100 10101001 1100110 0 10100 110100 10001 100101 111000 111110

Color Harmonies of #D4A966

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D4A966

Black with #D4A966

Text Example


Text Example

White with #D4A966

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D4A966; }

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

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

background-color css

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

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

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

border-color css

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

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

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