Html Css Color HEX #D6A957 Apache

📋 copy color: '#D6A957'

red 214 ◦ green 169 ◦ blue 87

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

Shades of Apache #D6A957

Tints of Apache #D6A957

RGB

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

 GREEN value IS 169 (66.41% from 255) = 35.96%

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

R = 45.53%
G = 35.96%
B = 18.51%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.59

 K value IS 0.16

RGB Variations

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

Color information

#D6A957 (or 0xD6A957) is known color: Apache. HEX triplet: D6, A9 and 57. RGB value is (214,169,87). Sum of RGB (Red+Green+Blue) = 214+169+87=470 (62% of max value = 765). Red value is 214 (83.98% from 255 or 45.53% from 470); Green value is 169 (66.41% from 255 or 35.96% from 470); Blue value is 87 (34.38% from 255 or 18.51% from 470); Max value from RGB is 214 - color contains mainly: red. Hex color #D6A957 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D6A957 is #2956A8. Grayscale: #ADADAD. Windows color (decimal): -2709161 or 5745110. OLE color: 5745110.

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

Color convert

RGB 214 169 87 -
CMYK 0 0.21 0.59 0.16
HSL 38.74º 0.61% 0.59% -
HSV(B) 38.74º 0.59% 0.84% -
XYZ 43.64 43.36 15.09 -
YUV 173.11 79.41 157.17 -
System Red Green Blue C M Y K H S L
Decimal 214 169 87 0 0.21 0.59 0.16 38.74 0.61 0.59
Hex D6 A9 57 0 15 3B 10 27 3D 3B
Octal 326 251 127 0 25 73 20 47 75 73
Binary 11010110 10101001 1010111 0 10101 111011 10000 100111 111101 111011

Color Harmonies of #D6A957

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6A957

Black with #D6A957

Text Example


Text Example

White with #D6A957

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6A957; }

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

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

background-color css

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

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

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

border-color css

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

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

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