Html Css Color HEX #D6A667 Apache

📋 copy color: '#D6A667'

red 214 ◦ green 166 ◦ blue 103

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

Shades of Apache #D6A667

Tints of Apache #D6A667

RGB

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

 GREEN value IS 166 (65.23% from 255) = 34.37%

 BLUE value IS 103 (40.63% from 255) = 21.33%

R = 44.31%
G = 34.37%
B = 21.33%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.52

 K value IS 0.16

RGB Variations

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

Color information

#D6A667 (or 0xD6A667) is known color: Apache. HEX triplet: D6, A6 and 67. RGB value is (214,166,103). Sum of RGB (Red+Green+Blue) = 214+166+103=483 (63% of max value = 765). Red value is 214 (83.98% from 255 or 44.31% from 483); Green value is 166 (65.23% from 255 or 34.37% from 483); Blue value is 103 (40.62% from 255 or 21.33% from 483); Max value from RGB is 214 - color contains mainly: red. Hex color #D6A667 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D6A667 is #295998. Grayscale: #ADADAD. Windows color (decimal): -2709913 or 6792918. OLE color: 6792918.

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

Color convert

RGB 214 166 103 -
CMYK 0 0.22 0.52 0.16
HSL 34.05º 0.58% 0.62% -
HSV(B) 34.05º 0.52% 0.84% -
XYZ 43.82 42.55 18.74 -
YUV 173.17 88.4 157.12 -
System Red Green Blue C M Y K H S L
Decimal 214 166 103 0 0.22 0.52 0.16 34.05 0.58 0.62
Hex D6 A6 67 0 16 34 10 22 3A 3E
Octal 326 246 147 0 26 64 20 42 72 76
Binary 11010110 10100110 1100111 0 10110 110100 10000 100010 111010 111110

Color Harmonies of #D6A667

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6A667

Black with #D6A667

Text Example


Text Example

White with #D6A667

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6A667; }

 p { color: rgb(214,166,103); }

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

background-color css

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

 a { background-color: rgb(214,166,103); }

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

border-color css

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

 span { border-color: rgb(214,166,103); }

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