Html Css Color HEX #D6A964 Apache

📋 copy color: '#D6A964'

red 214 ◦ green 169 ◦ blue 100

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

Shades of Apache #D6A964

Tints of Apache #D6A964

RGB

 RED value IS 214 (83.98% from 255) = 44.31%

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

 BLUE value IS 100 (39.45% from 255) = 20.7%

R = 44.31%
G = 34.99%
B = 20.7%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.53

 K value IS 0.16

RGB Variations

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

Color information

#D6A964 (or 0xD6A964) is known color: Apache. HEX triplet: D6, A9 and 64. RGB value is (214,169,100). Sum of RGB (Red+Green+Blue) = 214+169+100=483 (63% of max value = 765). Red value is 214 (83.98% from 255 or 44.31% from 483); Green value is 169 (66.41% from 255 or 34.99% from 483); Blue value is 100 (39.45% from 255 or 20.70% from 483); Max value from RGB is 214 - color contains mainly: red. Hex color #D6A964 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D6A964 is #29569B. Grayscale: #AEAEAE. Windows color (decimal): -2709148 or 6597078. OLE color: 6597078.

HSL color Cylindrical-coordinate representation of color #D6A964: hue angle of 36.32º degrees, saturation: 0.58, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #D6A964 is Cyan = 0, Magento = 0.21, Yellow = 0.53 and Black (K on CMYK) = 0.16.

Color convert

RGB 214 169 100 -
CMYK 0 0.21 0.53 0.16
HSL 36.32º 0.58% 0.62% -
HSV(B) 36.32º 0.53% 0.84% -
XYZ 44.22 43.59 18.14 -
YUV 174.59 85.91 156.11 -
System Red Green Blue C M Y K H S L
Decimal 214 169 100 0 0.21 0.53 0.16 36.32 0.58 0.62
Hex D6 A9 64 0 15 35 10 24 3A 3E
Octal 326 251 144 0 25 65 20 44 72 76
Binary 11010110 10101001 1100100 0 10101 110101 10000 100100 111010 111110

Color Harmonies of #D6A964

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6A964

Black with #D6A964

Text Example


Text Example

White with #D6A964

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6A964; }

 p { color: rgb(214,169,100); }

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

background-color css

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

 a { background-color: rgb(214,169,100); }

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

border-color css

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

 span { border-color: rgb(214,169,100); }

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