Html Css Color HEX #D6A557 Apache

📋 copy color: '#D6A557'

red 214 ◦ green 165 ◦ blue 87

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

Shades of Apache #D6A557

Tints of Apache #D6A557

RGB

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

 GREEN value IS 165 (64.84% from 255) = 35.41%

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

R = 45.92%
G = 35.41%
B = 18.67%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.59

 K value IS 0.16

RGB Variations

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

Color information

#D6A557 (or 0xD6A557) is known color: Apache. HEX triplet: D6, A5 and 57. RGB value is (214,165,87). Sum of RGB (Red+Green+Blue) = 214+165+87=466 (61% of max value = 765). Red value is 214 (83.98% from 255 or 45.92% from 466); Green value is 165 (64.84% from 255 or 35.41% from 466); Blue value is 87 (34.38% from 255 or 18.67% from 466); Max value from RGB is 214 - color contains mainly: red. Hex color #D6A557 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D6A557 is #295AA8. Grayscale: #ABABAB. Windows color (decimal): -2710185 or 5744086. OLE color: 5744086.

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

Color convert

RGB 214 165 87 -
CMYK 0 0.23 0.59 0.16
HSL 36.85º 0.61% 0.59% -
HSV(B) 36.85º 0.59% 0.84% -
XYZ 42.91 41.89 14.84 -
YUV 170.76 80.73 158.84 -
System Red Green Blue C M Y K H S L
Decimal 214 165 87 0 0.23 0.59 0.16 36.85 0.61 0.59
Hex D6 A5 57 0 17 3B 10 25 3D 3B
Octal 326 245 127 0 27 73 20 45 75 73
Binary 11010110 10100101 1010111 0 10111 111011 10000 100101 111101 111011

Color Harmonies of #D6A557

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6A557

Black with #D6A557

Text Example


Text Example

White with #D6A557

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6A557; }

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

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

background-color css

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

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

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

border-color css

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

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

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