Html Css Color HEX #D6A464 Apache

📋 copy color: '#D6A464'

red 214 ◦ green 164 ◦ blue 100

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

Shades of Apache #D6A464

Tints of Apache #D6A464

RGB

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

 GREEN value IS 164 (64.45% from 255) = 34.31%

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

R = 44.77%
G = 34.31%
B = 20.92%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.53

 K value IS 0.16

RGB Variations

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

Color information

#D6A464 (or 0xD6A464) is known color: Apache. HEX triplet: D6, A4 and 64. RGB value is (214,164,100). Sum of RGB (Red+Green+Blue) = 214+164+100=478 (63% of max value = 765). Red value is 214 (83.98% from 255 or 44.77% from 478); Green value is 164 (64.45% from 255 or 34.31% from 478); Blue value is 100 (39.45% from 255 or 20.92% from 478); Max value from RGB is 214 - color contains mainly: red. Hex color #D6A464 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D6A464 is #295B9B. Grayscale: #ABABAB. Windows color (decimal): -2710428 or 6595798. OLE color: 6595798.

HSL color Cylindrical-coordinate representation of color #D6A464: hue angle of 33.68º 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 #D6A464 is Cyan = 0, Magento = 0.23, Yellow = 0.53 and Black (K on CMYK) = 0.16.

Color convert

RGB 214 164 100 -
CMYK 0 0.23 0.53 0.16
HSL 33.68º 0.58% 0.62% -
HSV(B) 33.68º 0.53% 0.84% -
XYZ 43.31 41.77 17.84 -
YUV 171.65 87.57 158.2 -
System Red Green Blue C M Y K H S L
Decimal 214 164 100 0 0.23 0.53 0.16 33.68 0.58 0.62
Hex D6 A4 64 0 17 35 10 22 3A 3E
Octal 326 244 144 0 27 65 20 42 72 76
Binary 11010110 10100100 1100100 0 10111 110101 10000 100010 111010 111110

Color Harmonies of #D6A464

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6A464

Black with #D6A464

Text Example


Text Example

White with #D6A464

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6A464; }

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

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

background-color css

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

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

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

border-color css

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

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

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