Html Css Color HEX #D6A765 Apache

📋 copy color: '#D6A765'

red 214 ◦ green 167 ◦ blue 101

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

Shades of Apache #D6A765

Tints of Apache #D6A765

RGB

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

 GREEN value IS 167 (65.63% from 255) = 34.65%

 BLUE value IS 101 (39.84% from 255) = 20.95%

R = 44.4%
G = 34.65%
B = 20.95%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.53

 K value IS 0.16

RGB Variations

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

Color information

#D6A765 (or 0xD6A765) is known color: Apache. HEX triplet: D6, A7 and 65. RGB value is (214,167,101). Sum of RGB (Red+Green+Blue) = 214+167+101=482 (63% of max value = 765). Red value is 214 (83.98% from 255 or 44.40% from 482); Green value is 167 (65.62% from 255 or 34.65% from 482); Blue value is 101 (39.84% from 255 or 20.95% from 482); Max value from RGB is 214 - color contains mainly: red. Hex color #D6A765 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D6A765 is #29589A. Grayscale: #ADADAD. Windows color (decimal): -2709659 or 6662102. OLE color: 6662102.

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

Color convert

RGB 214 167 101 -
CMYK 0 0.22 0.53 0.16
HSL 35.04º 0.58% 0.62% -
HSV(B) 35.04º 0.53% 0.84% -
XYZ 43.9 42.87 18.27 -
YUV 173.53 87.07 156.87 -
System Red Green Blue C M Y K H S L
Decimal 214 167 101 0 0.22 0.53 0.16 35.04 0.58 0.62
Hex D6 A7 65 0 16 35 10 23 3A 3E
Octal 326 247 145 0 26 65 20 43 72 76
Binary 11010110 10100111 1100101 0 10110 110101 10000 100011 111010 111110

Color Harmonies of #D6A765

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6A765

Black with #D6A765

Text Example


Text Example

White with #D6A765

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6A765; }

 p { color: rgb(214,167,101); }

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

background-color css

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

 a { background-color: rgb(214,167,101); }

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

border-color css

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

 span { border-color: rgb(214,167,101); }

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