Html Css Color HEX #D6A468 Apache

📋 copy color: '#D6A468'

red 214 ◦ green 164 ◦ blue 104

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

Shades of Apache #D6A468

Tints of Apache #D6A468

RGB

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

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

 BLUE value IS 104 (41.02% from 255) = 21.58%

R = 44.4%
G = 34.02%
B = 21.58%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.51

 K value IS 0.16

RGB Variations

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

Color information

#D6A468 (or 0xD6A468) is known color: Apache. HEX triplet: D6, A4 and 68. RGB value is (214,164,104). Sum of RGB (Red+Green+Blue) = 214+164+104=482 (63% of max value = 765). Red value is 214 (83.98% from 255 or 44.40% from 482); Green value is 164 (64.45% from 255 or 34.02% from 482); Blue value is 104 (41.02% from 255 or 21.58% from 482); Max value from RGB is 214 - color contains mainly: red. Hex color #D6A468 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D6A468 is #295B97. Grayscale: #ACACAC. Windows color (decimal): -2710424 or 6857942. OLE color: 6857942.

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

Color convert

RGB 214 164 104 -
CMYK 0 0.23 0.51 0.16
HSL 32.73º 0.57% 0.62% -
HSV(B) 32.73º 0.51% 0.84% -
XYZ 43.51 41.85 18.88 -
YUV 172.11 89.57 157.88 -
System Red Green Blue C M Y K H S L
Decimal 214 164 104 0 0.23 0.51 0.16 32.73 0.57 0.62
Hex D6 A4 68 0 17 33 10 21 39 3E
Octal 326 244 150 0 27 63 20 41 71 76
Binary 11010110 10100100 1101000 0 10111 110011 10000 100001 111001 111110

Color Harmonies of #D6A468

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6A468

Black with #D6A468

Text Example


Text Example

White with #D6A468

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6A468; }

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

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

background-color css

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

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

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

border-color css

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

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

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