Html Css Color HEX #D6A157 Apache

📋 copy color: '#D6A157'

red 214 ◦ green 161 ◦ blue 87

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

Shades of Apache #D6A157

Tints of Apache #D6A157

RGB

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

 GREEN value IS 161 (63.28% from 255) = 34.85%

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

R = 46.32%
G = 34.85%
B = 18.83%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.59

 K value IS 0.16

RGB Variations

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

Color information

#D6A157 (or 0xD6A157) is known color: Apache. HEX triplet: D6, A1 and 57. RGB value is (214,161,87). Sum of RGB (Red+Green+Blue) = 214+161+87=462 (61% of max value = 765). Red value is 214 (83.98% from 255 or 46.32% from 462); Green value is 161 (63.28% from 255 or 34.85% from 462); Blue value is 87 (34.38% from 255 or 18.83% from 462); Max value from RGB is 214 - color contains mainly: red. Hex color #D6A157 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D6A157 is #295EA8. Grayscale: #A8A8A8. Windows color (decimal): -2711209 or 5743062. OLE color: 5743062.

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

Color convert

RGB 214 161 87 -
CMYK 0 0.25 0.59 0.16
HSL 34.96º 0.61% 0.59% -
HSV(B) 34.96º 0.59% 0.84% -
XYZ 42.2 40.47 14.61 -
YUV 168.41 82.06 160.52 -
System Red Green Blue C M Y K H S L
Decimal 214 161 87 0 0.25 0.59 0.16 34.96 0.61 0.59
Hex D6 A1 57 0 19 3B 10 23 3D 3B
Octal 326 241 127 0 31 73 20 43 75 73
Binary 11010110 10100001 1010111 0 11001 111011 10000 100011 111101 111011

Color Harmonies of #D6A157

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6A157

Black with #D6A157

Text Example


Text Example

White with #D6A157

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6A157; }

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

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

background-color css

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

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

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

border-color css

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

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

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