Html Css Color HEX #D6A757 Apache

📋 copy color: '#D6A757'

red 214 ◦ green 167 ◦ blue 87

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

Shades of Apache #D6A757

Tints of Apache #D6A757

RGB

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

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

 BLUE value IS 87 (34.38% from 255) = 18.59%

R = 45.73%
G = 35.68%
B = 18.59%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.59

 K value IS 0.16

RGB Variations

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

Color information

#D6A757 (or 0xD6A757) is known color: Apache. HEX triplet: D6, A7 and 57. RGB value is (214,167,87). Sum of RGB (Red+Green+Blue) = 214+167+87=468 (61% of max value = 765). Red value is 214 (83.98% from 255 or 45.73% from 468); Green value is 167 (65.62% from 255 or 35.68% from 468); Blue value is 87 (34.38% from 255 or 18.59% from 468); Max value from RGB is 214 - color contains mainly: red. Hex color #D6A757 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D6A757 is #2958A8. Grayscale: #ACACAC. Windows color (decimal): -2709673 or 5744598. OLE color: 5744598.

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

Color convert

RGB 214 167 87 -
CMYK 0 0.22 0.59 0.16
HSL 37.8º 0.61% 0.59% -
HSV(B) 37.8º 0.59% 0.84% -
XYZ 43.27 42.62 14.96 -
YUV 171.93 80.07 158 -
System Red Green Blue C M Y K H S L
Decimal 214 167 87 0 0.22 0.59 0.16 37.8 0.61 0.59
Hex D6 A7 57 0 16 3B 10 26 3D 3B
Octal 326 247 127 0 26 73 20 46 75 73
Binary 11010110 10100111 1010111 0 10110 111011 10000 100110 111101 111011

Color Harmonies of #D6A757

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6A757

Black with #D6A757

Text Example


Text Example

White with #D6A757

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6A757; }

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

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

background-color css

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

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

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

border-color css

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

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

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